Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Rahul Gonsalves
Ian Piper wrote: On 19 May 2006, at 6:37 pm, David McFarland wrote: Add 3 pixels of empty space to the top of the graphic. I prefer to use background-image and background-position because they allow control over the placement of the bullets. --dave mcfarland Thanks all. I have gone for

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Marc Funaro
Thanks all. I have gone for background-image. I wish I could have used list-style-image though - it feels like it should be the right way to do it. Related question... Still working on my design at http://nyslittreedata.advantex.net/new/default/default.htm. The list

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Ian Piper
On 20 May 2006, at 5:21 pm, Marc Funaro wrote: Related question... Still working on my design at http://nyslittreedata.advantex.net/new/default/default.htm. The list headings in the left navigation bar have a leaf next to them. I would like to more accurately position this leaf, and it

Re: [css-d] Positioning a list bullet image

2006-05-21 Thread Kenny Graham
I would like to more accurately position this leaf, and it sounds like making it a background image is the way to do that. However, the entire list is right-justified, so setting the position of the leaf to the left of the text looks like it may not be possible, as one would have to know

Re: [css-d] Positioning a list bullet image

2006-05-20 Thread Ian Piper
On 19 May 2006, at 6:37 pm, David McFarland wrote: Add 3 pixels of empty space to the top of the graphic. I prefer to use background-image and background-position because they allow control over the placement of the bullets. --dave mcfarland Thanks all. I have gone for background-image. I

[css-d] Positioning a list bullet image

2006-05-19 Thread Ian Piper
Hi all, I want to use a custom graphic as a bullet in a list. I can do this (at least) two ways in CSS, by using list-style-image and by using background-image. I wanted to know whether it is possible to vertically position the bullet if I use list-style-image. I can't find anything in

Re: [css-d] Positioning a list bullet image

2006-05-19 Thread David McFarland
On May 19, 2006, at 3:08 AM, Ian Piper wrote: I am using the list- style-image approach for the main content list. You can see that the musical note image is slightly high wrt the text. I'd like to drop it by 3 pixels or so. Add 3 pixels of empty space to the top of the graphic. I prefer