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.