8
I read your comment on the themes news story, i think you cant get the list image to show in IE is that right?
try this code:
ul
{
margin: 2px;
padding: 2px;
list-style-image: url(images/arrow.gif);
list-style-type: disc;
text-align: left;
}
You should mess about with the margin settings, i had a problem on a theme once where i was changing from disc inside to disc outside and the margin setting was causing the bullet to get hidden underneath the left column.
Or is this for like the main menu or something? why not try the arrow.gif as a background property.
td#mainmenu a
{
color: #whatever;
padding: 1px 1px 1px 0px;
background-image: url('images/arrow.gif');
background-repeat: no-repeat;
background-position: left;
background-color: #whatever;
font-weight: normal;
border: whatever you want;
font-size: 11px;
margin-right: 3px;
}
td#mainmenu a:hover
{
color: #whatever;
background: #whatever;
background-image: url('images/hover-arrow.gif');
background-repeat: no-repeat;
background-position: right;
border: whatever you want;
}
I hope this can help you out please accept my apologies if it is of no use to you. Good luck.
Michael Jackson = King Of Pop
Xoops = King Of CMS