Adie Hart wrote:
> www.adiehart.com/fratelli/index.html
The page is extremely vulnerable, and is breaking up and dropping
elements in all directions in all browsers, when just a little
font-resizing is applied.
Advice you to take another look at the layout, and add a bit stability
across browser-land in there.
Adding:
html {font-size: 100%;}
...will take care of the 'em font-resizing bug' in IE/win.
#wrapper {clear: both;}
...will keep things in place in the other browsers.
#nav {
float: right;
margin: 0 22px 0 0;
display: inline;
}
...will line up the navigation list in a more robust way, and keep it on
one line a bit longer...
IE/win doesn't understand this:
#nav li:hover {background-image:url("norm-rih.gif");}
...IE/win can only use :hover on links, so that's why the sliding door
doesn't work as expected in that browser. You should have another look
at how sliding doors are made cross-browser, at 'A List Apart'.
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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/