Have a look at this page: http://srchc.ca/?q=node/80
The #wallpaper-inner div (blue area above the first large photo) contains, among other things, 15 divs creating the individual lines of light-blue text behind the "Chinese Programs" header. (We call this the "wallpaper".) These 15 divs are absolutely positioned, one below the other. (Why extra wallpaper lines? In case users enlarge their font size and/or long headers run to several lines.) #wallpaper-inner has overflow:hidden to ensure that no wallpaper line appears beyond its edges. PROBLEM: This works on every "title" page on the site (e.g. "Welcome!", "About Us"...) except this one. Clue (?): as soon as anything JavaScript-related occurs, the page reformats to spec -- the overflow becomes hidden again. This can be hovering over the nav menu on the left, or clicking around in Firebug. I knew about IE having peekaboo bugs, but Firefox? that's news to me. Please help. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
