1 2 3 4 5 | selection { min-height:450px; height:auto !important; height:450px; } |
This code will give min-height to all browsers. IE, FF, Opera, Safari and more.
Continue reading
1 2 3 4 5 | selection { min-height:450px; height:auto !important; height:450px; } |
This code will give min-height to all browsers. IE, FF, Opera, Safari and more.
Continue reading