On Jun 23, 2004, at 2:34 pm, Andrew Coffey wrote:
I have an unordered list using css to load/position a graphical bullet point.
�������
������� ul li {background:transparent url("images/li_sprite.gif") no-repeat 0 0}
It works fine across the board until the text within the <li></li> wraps.
At this point the bullet disappears in IE5 and up (and Opera).
Adding a colour to the background (let's say white #fff) certainly fixes the problem.
�������
������� ul li {background:#fff url("images/li_sprite.gif") no-repeat 0 0}
But in this particular instance I can't use a background colour (hence transparent) and I've exhausted all my options.
Try applying the 'holly hack' to your <li>
/* hide from IE mac \*/
* html ul li {height:1%}
/* - end hiding - */
(wild guess - you don't provide much mark up as a context).Philippe ---/--- Philippe Wittenbergh now live : <http://emps.l-c-n.com/> code | design | web projects : <http://www.l-c-n.com/> IE5 Mac bugs and oddities : <http://www.l-c-n.com/IE5tests/>
***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
