Nieuw lid |
|
ik heb de volgende code om de hoogte van een li en lu aan te geven
ul.boxy {
list-style-type: none;
padding: 4px 4px 0 4px;
margin: 0px;
width: 10em;
font-size: 13px;
font-family: Arial, sans-serif;
border: 1px solid #ccc;
min-height:100px;
height:auto !important;
height:100px;
}
ul.boxy { list-style-type: none; padding: 4px 4px 0 4px; margin: 0px; width: 10em; font-size: 13px; font-family: Arial, sans-serif; border: 1px solid #ccc; min-height:100px; height:auto !important; height:100px; }
nu werkt dit prima in ie7 maar niet in Firefox 2.
Het wordt gebruikt in een tabel.
Weet iemand een oplossing?
stijn1989 schreef: code tags!
|