Mary Ellen Curtin wrote:
> I've found some curious behavior with background:transparent in IE7. I 
> was working on a CSS image replacement, and was seeing the old IE 
> flicker. In the course of trouble-shooting I made a version using only 
> differently-colored backgrounds, not images. You can see my test page 
> here:
> 
> http://datagnostics.com/test/transparent.html

[..]
> 
> Mary Ellen
> Doctor Science, MA 


I don't know why it happens but floating the list fixes the bug in IE7 
and doesn't seem to effect other browsers.



.menu ul, .menu li {
   list-style:none;margin: 0;padding: 0;
   float:left; /* ADD */
}





-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo

http://www.wearechange.org/
______________________________________________________________________
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