Is there a filter for Safari? I'd like to define no-repeat for the rest of the browsers and hide it from safari.
Thanks Ted -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Wednesday, April 20, 2005 8:26 PM To: [email protected] Subject: Re: [WSG] safari list question On 21 Apr 2005, at 12:58 am, Drake, Ted C. wrote: > However, in Safari, the bullet is appearing, as it should, on a list > and > then immediately above bullet is a half bullet. This is really odd. It > is > repeating the background image. > Here's the style: > > ul li {list-style-type:none; background: url(bg-bullets.png) no-repeat > 0 > 5px; padding-left:12px;} Safari has problems with background-repeat:no-repeat. A problem that is *not* fixed in the latest release (1.3) and will probably be there in the 2.0 version of OX X Tiger (10.4). A similar problem is seen here (hover should move the image). <http://dev.l-c-n.com/safari/background-hover.php> The problem is *less* pronounced if you move the image horizontally. A solution is to space out the fragments of your sprite more, or put them in an horizontal row. 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 ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
