|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
When I use image as a bullet within LI element I have different image
positioning results in Firefox and IE6. IE6 puts the image on top and far from left LI's border. Firefox puts it nicely in the middle and very close to left border. How do I control bullet image positioning? Please advise a nice hack. Thanks |
|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
On 2008-04-30, vunet <vunet.us@gmail.com> wrote:
> When I use image as a bullet within LI element I have different image > positioning results in Firefox and IE6. IE6 puts the image on top and > far from left LI's border. Firefox puts it nicely in the middle and > very close to left border. > How do I control bullet image positioning? You can't. The spec just tells browsers to put the bullet somewhere sensible (for list-style-position: outside) outside the LI's principal block box. However it sounds from your description like there may be floats involved, which is a different can of worms. > Please advise a nice hack. I only advise nasty hacks. Your only hope to position it precisely is not to use a list item bullet but make it an element in its own right (either an IMG or something with a background image). But there are other solutions to the floats and bullets issue, if that's what you're having. |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
On 30 Apr, 19:55, vunet <vunet...@gmail.com> wrote:
> When I use image as a bullet within LI element I have different image > positioning results in Firefox and IE6. This may be as simple as the different default CSS for <li> between browsers. Some use margin to position things, others use padding. If you ever change one of these settings, you need to take explicit control and set _all_ of them. |
|
![]() |
| Outils de la discussion | |
|
|