Rachel Mawhood wrote: > http://www.jonathanlouth.co.uk/development/key-jla.htm > > I am guessing that it is because MSIE interprets "margin" differently > but I really don't know where to start with hacking it, before I do > the other pages. I haven't tested it yet in MSIE 7.
Gecko interprets "percentage-margins" differently, and IE6 adds its 'margin-doubling on floats' and a few other bugs. A more cross-browser reliable styling is necessary, or else your design won't have a chance in non-Gecko browsers. Slightly improved example... <http://www.gunlaug.no/tos/alien/rm/test_07_4560.html> ...with CSS here... <http://www.gunlaug.no/tos/alien/rm/jla20000.css> regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
