Luc wrote: > http://www.dzinelabs.com/sandbox/New_site_layout/liquidnav1.html
> When hovering over the nav, sometimes the logo image disappears, the > text on the page shifts, the nav tabs shift,... - "text on the page shift" is caused only on window-width wide enough to trigger max-width in the minmax.js - above around 1200 wide. Narrower window - below max-width, or disabled script, makes that problem go away. Have never used that script, or that nav, and can after testing only conclude that the problem isn't correctable, AFAICS, in CSS. - can't make the logo disappear, so don't know about that. - "nav tabs shift" is caused by bolder first letter on :hover not making all tabs a particular amount wider. Thus the correction - margin-left:-.1em; - isn't correct for all tabs. Suggest you restyle slightly to stabilize the nav tab shift, like in this revised copy of your document... <http://www.gunlaug.no/tos/alien/luc/test_09_0403.html> ...and look for an alternative to the minmax.js. 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/
