PDA

View Full Version : CSS min-height: 50px; not working


Jedi Knight
06-29-2008, 07:25 PM
min-height: 50px;
is not working.
Is it browser specific?

Jedi Knight
06-29-2008, 07:37 PM
I managed to fix it using this


min-height:50px;
height:auto !important;
height:50px;