This is a discussion on "<li> problem :: How to make appear list-style-image while choosing display:inline" within the Web Page Design section. This forum, and the thread "<li> problem :: How to make appear list-style-image while choosing display:inline are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
<li> problem :: How to make appear list-style-image while choosing display:inline
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Dear all CSS experts,
I'm stuck in one problem. I'm not being able to make image appear[list-style-image] while choosing display:inline for horizontal menu. It works fine if I use display default. Here's my css : #bottom_links ul { margin:0px; padding:0px; } #bottom_links li { list-style-image:url(../images/bottom_link_arrow.gif); display:inline; } Here's my html : <div id="bottom_links"> <ul><li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Sevices</a></li> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Sevices</a></li> </ul> </div> Please send me a solution. Thanks in advance. Sayamish |
|
|
|
#2
|
|||
|
|||
|
Re: <li> problem :: How to make appear list-style-image while choosing display:inline
please send us the screen shot or better host it somewhere so we can see it.
cheers..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#3
|
|||
|
|||
|
Re: <li> problem :: How to make appear list-style-image while choosing display:inline
Why don't you just add the image as a background and apply left padding? This gives you greater control anyways.
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First image problem and inline list problem | konnor5092 | Web Page Design | 8 | Dec 1st, 2007 09:08 |
| Overriding display:inline-block | gazzou | Web Page Design | 0 | Aug 27th, 2007 12:03 |
| Display Image Problem | Matc | JavaScript Forum | 1 | Jun 17th, 2007 23:32 |
| List style / rollover image navigation disappears in IE on the Mac | eskymo | Web Page Design | 5 | Mar 1st, 2006 00:43 |
| display inline ???? | hessodreamy | Web Page Design | 3 | Oct 8th, 2005 05:51 |