Rahul Gonsalves wrote:
> http://littleandreid.com/dev/philosophy.html

> In Firefox (1.5RC3) the site displays as expected, but not in IE and 
> Opera 8.5. The navigation bar and the breadcrumb links are indented 
> too far off to the right in the latter, maybe by about 20px or so. 
> Any fixes?

IE/win has default margins on ul, and so has Opera 8.5.

Solution:

#nav ul {margin-left: 0;}

...will "cure" both browsers. Nothing wrong with them though :-)

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/

Reply via email to