This is a discussion on "Image bullets on unordered list" within the Web Page Design section. This forum, and the thread "Image bullets on unordered list are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Image bullets on unordered list
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi, I’m trying to make an unordered list of links with image bullet points, I want it so that when you mouse over a link it changes the bullet point to a different image. I’ve got this far without any problems however if I put something in my unordered list that is not a link it doesn’t display any bullet point. Here is the code I am using:
|
|
|
|
||||
|
Re: Image bullets on unordered list
Unfortunately, the only way to achieve the "hover" effect is through link using the a element like you did in your first example simply for the fact that IE doesn't support hover and anything other than links.
So ... you could do
BTW ... instead of using 2 images for the normal and hover states ... combine them http://wellstyled.com/css-nopreload-rollovers.html Last edited by karinne; Aug 15th, 2007 at 16:03. |
|
|||
|
Re: Image bullets on unordered list
Thanks for the quick reply.
I was afraid this would be the case. I think I might use your example and just leave IE without a mouse over. What do you mean by combine them? |
![]() |
| Tags |
| css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unordered list - strange behavior | pesho318i | Web Page Design | 9 | Dec 6th, 2007 14:19 |
| IE7 bug: list bullets aligned to bottom | MikeHopley | Web Page Design | 6 | Sep 12th, 2007 19:56 |
| unordered list problem in FF | alexgeek | Web Page Design | 4 | Sep 10th, 2007 15:26 |
| Unordered list under background image | AdRock | Web Page Design | 4 | Aug 7th, 2006 12:43 |
| CSS Unordered List Problem | relph2 | Web Page Design | 3 | Jan 7th, 2006 18:14 |