
November 2nd, 2007, 12:11 PM
|
 |
Coding fun is drunk
|
|
Join Date: Jan 2001
Location: Lincoln, UK
|
|
|
First <li> item does not display bullet
Hi Guys,
I have what i think is a rather odd problem and i have not seen it before.
I have just finished creating a wordpress template for my blog which can be found at http://www.mobileshop.com/blog i have pretty much got everything sorted (except Safari pushing the RSS info down) but i have one strange problem in IE.
If you look on the right hand bar in a non IE browser you can see that the lists all have a little icon of a phone as the bullet points. Now if you switch to IE then you will see that the first item of each list is missing the phone icon. Even if i swap it back to normal bullets it still misses the first one off.
The <li>'s all seem structured fine in the html and my css is as follows...
Code:
#rightbar ul li ul {
background: #fff url(images/cat-bg.gif);
background-repeat: repeat-y;
color: #03036a;
padding: 8px;
margin: 0;
margin-top: 0;
}
#rightbar ul li ul li {
margin: 0;
margin-left: 20px;
padding: 0;
line-height: 20px;
list-style-image: url(images/phone-bullet.png);
background: none;
font-size: 120%;
width: 210px;
}
I know its probably not the best code but i cannot for the life of me work out why IE does not display the icon for the first <li> item, anyone have any ideas?
Thanx
__________________
"The cause will equal the effect after the effect has preceded the cause"
|