PDA

Zobacz pełną wersję : Problem z modułem Ja_transmenu w IE7



galganka
06-10-2007, 21:21
Witam!

Mam problem z wypozycjonowaniem submenu w Ja_transmenu. Chodzi mi tylko o przeglądarkę Internet Explorer. W Firefoxie wyświetla się prawidłowo, w Operze również. Trudno mi opisać ten problem, zatem proszę otworzyć stronę w IE, jeśli ktoś wie, w którym pliku zmienić te ustawienia, proszę o pomoc.
Strona: www.aitech.pl

galganka
07-10-2007, 09:03
Witam ponownie!
Udało mi się rozwiązać problem z ucinanym submenu - w pliku:
ja-transmenuh.css
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position: absolute;
}
Zmieniłam na:
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position: relative;
}
Oto cały problem, teraz całe menu wraz z podopcjami wyświetla się prawidłowo.
Gdyby ktoś miał podobny problem, może się przydać.