Unordered list in IE7
Posted: Wed Nov 05, 2008 3:53 am
Hi,
A strange thing is happening on our page in IE7.
I have an unordered list with list items that contain a <br>.
Now the problem is that in IE7 the bullet is put on the second line of the list item (so after the <br>).
In Firefox this is not a problem, the bullet is shown on the first line and that's what I want.
It has to do with mt CSS (particullary with the 'width' property
There is a test page available http://www.eur-roadrunners.nl/Test/List.html
I use this width property in the real page, which is over here: http://www.eur-roadrunners.nl/Pages/Agenda.php
So if someone has a solution for it...
Note: the <br> is not the problem. If I put a long text in a list Item this problem also arises.
A strange thing is happening on our page in IE7.
I have an unordered list with list items that contain a <br>.
Now the problem is that in IE7 the bullet is put on the second line of the list item (so after the <br>).
In Firefox this is not a problem, the bullet is shown on the first line and that's what I want.
It has to do with mt CSS (particullary with the 'width' property
Code: Select all
.Race {
background-color:#FF9933;
[b]width:450px;[/b]
padding-bottom:3px;
padding-top:3px;
}I use this width property in the real page, which is over here: http://www.eur-roadrunners.nl/Pages/Agenda.php
So if someone has a solution for it...
Note: the <br> is not the problem. If I put a long text in a list Item this problem also arises.