Click to See Complete Forum and Search --> : CSS problem in IE... in Firefox is working fine


alexmos
01-24-2006, 08:32 AM
In IE the link above the logo it does not display... In Firefox it does display fine though :confused:

You can see the HTML here:
http://www.alexmos.com/nsite/index.html

and CSS file here:
http://www.alexmos.com/nsite/mfsstyle.css

ANY IDEAS??????
:confused: :confused: :confused: :confused:

aaronbdavis
01-24-2006, 08:44 AM
I think it is because of your z-index:2 on the #top_bar. I did a quick search on google and it seems that IE has trouble implementing z-index, so the top_bar just covered up your #top_left. you may have to set z-index on both elements. Not sure though.

Also, FYI you have #w_link twice, but an id is only supposed to appear once in the page. If you need it more than once, make it into a class instead.

alexmos
01-25-2006, 05:10 AM
I managed to fix the problem... Thanks anyway :)