2 replies [Last post]
QuietStorm
Offline
newbie
Last seen: 19 years 16 weeks ago
Joined: 2004-02-15
Posts: 5
Points: 0

i'm running a website for my school at http://ae.iscsp.utl.pt/

everything seems fine in IE 6, NN 7, Mozilla, opera and firefox.
but for some reason, at my school's computers, the menu system gets messed up like the css wasnt even there. also, the browser version on the computer i saw this happening was 6.02800.xpsp2.030422-1633.

one last thing, on IE the header and menu scrool up as intended, but on gecko based browsers, the content scrolls over the header image. is there a way to fix that ?

if u made it this far, thx already! Smile

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 3 weeks 5 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

site check, IE 5.x

Hi QuietStorm,
IE ignores the background-attachment: fixed; which mozilla base browsers support. If you remove it the header will scroll with the page.

Hope that helps

QuietStorm
Offline
newbie
Last seen: 19 years 16 weeks ago
Joined: 2004-02-15
Posts: 5
Points: 0

site check, IE 5.x

that did the the trick, thank you Tony! Laughing out loud