Injen
02-07-2012, 11:00 PM
Cant solve this one by my own.
It looks like it shuld with IE 8/9, but with 6/7 the bullets are way of to the left. See picture
http://img708.imageshack.us/img708/9060/29813105.jpg
I know, it aint many that run IE 6/7 anymore, but there's still some :rolleyes:
Code from site.css
div.info ul li {
list-style-type: none;
background-image: url('/images/bullet.jpg');
background-repeat: no-repeat;
background-position: 0px 15%;
height: 30px;
line-height: 1em;
padding-left: 8px;
padding-right: 20px;
}
div.info {
width: 350px;
height: 115px;
margin-left: 70px;
}
Code from php
<p>
<strong>President:</strong> <a href="mailto:xxx">John doe</a>
<br>
<img src="/images/pic.jpg" width="100" height="100" align="left" /><div class="info"><ul><li><strong>City:</strong></li><li><strong>Age:</strong></li><li><strong>Group:</strong></li></ul></div>
<p>
Any suggestion what to do?
It looks like it shuld with IE 8/9, but with 6/7 the bullets are way of to the left. See picture
http://img708.imageshack.us/img708/9060/29813105.jpg
I know, it aint many that run IE 6/7 anymore, but there's still some :rolleyes:
Code from site.css
div.info ul li {
list-style-type: none;
background-image: url('/images/bullet.jpg');
background-repeat: no-repeat;
background-position: 0px 15%;
height: 30px;
line-height: 1em;
padding-left: 8px;
padding-right: 20px;
}
div.info {
width: 350px;
height: 115px;
margin-left: 70px;
}
Code from php
<p>
<strong>President:</strong> <a href="mailto:xxx">John doe</a>
<br>
<img src="/images/pic.jpg" width="100" height="100" align="left" /><div class="info"><ul><li><strong>City:</strong></li><li><strong>Age:</strong></li><li><strong>Group:</strong></li></ul></div>
<p>
Any suggestion what to do?