Aaron Roberson wrote:
> http://csufresno.edu/friendsofce/index-1.php
> In I.E. the little triangluar image is reavealed next to the
> links when hovered over, but not in Fire Fox.


I think IE is wrong in showing the list-style-image at all here

#navleft li a {display: block}
#navleft li a:hover { ... list-style-image: url('arrow.gif'); }


as 'list-style-image' applies to elements with 'display: list-item', but
not with 'display:block'.

I guess Fx, Safari and Opera8 are fine with
#navleft li a { display: list-item;}

Cross browser alignment problems with list style images can be avoided 
to some extend with background images, as Ron mentioned.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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