I want my LI's to automatic adjust the margin to the left and right so it fits the whole menu div.
(a little drawing of what i im trying to explain) Im at A, i want to go to B. http://madsthines.dk/files/aid.jpg
<ul>
<li>ListOne</li>
<li>ListTwo</li>
<li>ListThree</li>
<li>ListFour</li>
<li>ListFive</li>
</ul>
Padding: 5px;
width and height are defined by the font size
I want the margin between those LI's to be stretch out to the full size of the div below them.I realised that Firefox, Internet Explorer and Chrome reads margin differently. E.g. If i define it with 10px margin to the right and left it will fit in Chrome but not in Firefox.
Is there anyway to let the margin define itself by the width of the UL?
Ask away if i didn't make myself clear enough. Thank you!!