Climis, Tim wrote:
> I just noticed this today, and I can't figure out what's going on. It
> looks right in FF and IE8.  But in IE7, all the menu text is indented
> from the graphic.
> 
> http://www.indiana.edu/~intlserv/

Can't analyze it in depth because scripts don't survive download, but
for IE7, add...

*:first-child+html>body div#menu ul.tree {
   float: left;
}

...to isolate outer ul containers from their parent - div#menu. That
will fix indentation/line-up in that IE version.

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