Matthew Stoneback wrote:
> I need this effect / navigation style to work across browsers and 
> platforms... is this even possible?

> List version HTML: http://www.eddysound.com/rrc/index2.html

To begin with, I'd simplify the styling of those navigation-links by
removing unnecessary duplicates, and add in a height for the anchor
since 'display: block' only "spaces out" those anchors properly
horizontally. That'll stop the flickering.

Next it's IE6, which needs for "something" to change on :hover before
rerendering takes place, where I use a nonsensical 'background-position'
as fix.

Lastly I'll fix IE6' bad handling of 'overflow: auto' on the #header, by
restyling it for older IE only.

That'll give you this...

HTML:
<http://www.gunlaug.no/tos/alien/ms/test_08_0212.html>
CSS:
<http://www.gunlaug.no/tos/alien/ms/test_08_0212_files/main2000.css>
...that'll work pretty well across browser-land.

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