Jody Levinson wrote:
> Thank you so much for this. It did fix the problem, but now, on a few
>  pages of the site, the "contact" link in the horizontal nav bar 
> seems to be falling into the overflow. Is there a way to prevent 
> this? As on this page:
> 
> http://www.atlas-inspection.com/newsite/pmi_metal_alloy.html

It is all that absolute positioning that make that part end up in the
vertical overflow, and various browsers treat that differently.

1; modify the fix so it's only seen by IE/win.
2: add a padding at the bottom for the contact/search to sit on - again
only for IE/win.

#container {
*overflow-x: hidden;
*padding-bottom: 150px;
}

...will do. You can of course choose another way to hack those
properties/values in for "IE only", if you like.


Aside: is the unreadable, and non-resizeable in IE, small text
intentional - so no-one should have a clue what those pages are all
about? No matter what; it is pretty efficient :-)

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to