![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Trying out bullet image replacement utilizing CSS for the first time and am finding that they only show up sometimes. Is there a reason for this? Is this common? Should I just drop the images in instead of using an unordered list (I know this isnt ideal, but if the images arent appearing on some people's computers, I dont know what other solutions I have at my disposal)? If the arrow bullets are showing up on your computer, try hitting refresh a few times and they'll disappear. And if they aren't showing up, try highlighting all the text. Weird right? Thanks for any help, Brad |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
url: http://malkinmanagement.com/propertymgmnt.html css code: #leftcolumn li { font: normal 11px Verdana, Arial, Helvetica, sans-serif; list-style: url(images/arrow-1.gif) outside; } #maincolumn li { list-style: url(images/arrow-1.gif); font: normal 13px/19px Verdana, Arial, Helvetica, sans-serif; color: #4F4F4F; margin-bottom: 10px; } #maincolumn ul { margin: 0; } socks: none, just sandals |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Trying out bullet image replacement utilizing CSS for the first time and am finding that they only show up sometimes. Is there a reason for this? Is this common? Should I just drop the images in instead of using an unordered list (I know this isnt ideal, but if the images arent appearing on some people's computers, I dont know what other solutions I have at my disposal)? If the arrow bullets are showing up on your computer, try hitting refresh a few times and they'll disappear. And if they aren't showing up, try highlighting all the text. Weird right? Thanks for any help, Brad |
#8
| |||
| |||
|
|
Try a different approach. Set the background of the li's to your image instead of making the bullets images. ul { margin: 0; padding: 5px 0px 0px 15px; } li { list-style: none; padding-left: 13px; background: url(../images/arrow-1.gif) no-repeat 0 6px; color: #000000; } #leftcolumn li { font: normal 11px Verdana, Arial, Helvetica, sans-serif; } #maincolumn li { font: normal 13px/19px Verdana, Arial, Helvetica, sans-serif; margin: 5px 0px 10px; } #maincolumn ul { padding: 5px 0px 0px 15px; } -- Regards, ..Trent Pastrana www.fourlevel.com "Brhaynes75" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:eccdqt$dec$1 (AT) forums (DOT) macromedia.com... Trying out bullet image replacement utilizing CSS for the first time and am finding that they only show up sometimes. Is there a reason for this? Is this common? Should I just drop the images in instead of using an unordered list (I know this isnt ideal, but if the images arent appearing on some people's computers, I dont know what other solutions I have at my disposal)? If the arrow bullets are showing up on your computer, try hitting refresh a few times and they'll disappear. And if they aren't showing up, try highlighting all the text. Weird right? Thanks for any help, Brad |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
thanks a lot T, worked like a charm. Brad |
![]() |
| Thread Tools | |
| Display Modes | |
| |