CodingForums.com
>
:: Client side development
>
HTML & CSS
> CSS min-height: 50px; not working
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;
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.