Re: [WSG] safari list question

2005-04-22 Thread Dmitry Baranovskiy
at 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: wsg@webstandardsgroup.o

RE: [WSG] safari list question

2005-04-21 Thread Drake, Ted C.
: wsg@webstandardsgroup.org 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

Re: [WSG] safari list question

2005-04-20 Thread Philippe Wittenbergh
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-b

Re: [WSG] safari list question

2005-04-20 Thread Anthony Yeung
You have something wrong with your padding declaratives. Replace it with this: ul li {list-style-type:none; background: url(bg-bullets.png) no-repeat 0 5px; padding:12px;} Once you apply full padding around the entire image, everything should work properly. - Anthony On 4/20/05, Drake, Ted C. <