Tim Offenstein wrote:
> Firefox is manifesting a weirdness that I can't figure out. Links 
> work fine in IE but not Firefox which usually means something basic 
> is amiss. The problem page is 
> http://www.shs.uiuc.edu/labs/medical-imaging/staff.htm. The Lab Menu 
> links on the right side of the page are not functioning properly. 
> Specifically the "Join the Lab", "Facilities", and "Research" links 
> don't work (all links below Staff are dummy links at the moment). The 
> links are somehow being overridden by other links on the left-hand 
> side of the page. On the Welcome and Join pages the links and hover 
> states work fine yet there's nothing significantly different on any 
> of the pages. Each calls for the same iFrame with its own CSS.
> 
> Relevant CSS - http://www.shs.uiuc.edu/css/sub-menus.css (styles for 
> iFrame page)
>       - http://www.shs.uiuc.edu/css/base.css (structural styles)
>       - http://www.shs.uiuc.edu/css/fonts.css (not strictly 
> relevant but some overlap)
> 
> Any suggestions will be much appreciated.
> 
> -Tim
> 

Same "problem" in Safari and Opera.

On the problem page, but not on the welcome page, there is a UL 
overwriting the iframe containing block.

ul, ol, dl, h4 {position: relative;  }

That's a killer rule.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to