I have tried to set min-height om IE6. I no that is not posseble to use min-height and tried to use:
min-height: 500px;
height: auto !important;
height: 500px;
but does not work...
Can someone see what the problem is....
http://abfsoll.dudden.se/index.php?id=52,204,0,0,1,0
It work perfectly in Other browsers....
/Anders
CSS problem....
hi tellus,
what's the problem with your page? looks fine...
using height settings always are not the best choice. e.g. if the user sets type rendering to a bigger font size, all settings will be overwritten and ignored.
the only case usage of height makes sense would be in combination with --> html, body --> height: 101%;
this will be window size only if the content don't reach up to the bottom of the page/screen. your page again is very long. so what's wrong?
btw: transparency of ahref buttons in top nav looks great!
greetz
what's the problem with your page? looks fine...
using height settings always are not the best choice. e.g. if the user sets type rendering to a bigger font size, all settings will be overwritten and ignored.
the only case usage of height makes sense would be in combination with --> html, body --> height: 101%;
this will be window size only if the content don't reach up to the bottom of the page/screen. your page again is very long. so what's wrong?
btw: transparency of ahref buttons in top nav looks great!
greetz
Jensensen wrote:hi tellus,
what's the problem with your page? looks fine...


I don't have time to look, but could it be because you've applied your min-height "fix" in "frontend.css" for #wrapper...but in "iefix.css" (for IE6) the HTML #wrapper does -not- have the "fix" ?
BTW, the CSS Validator brings up a couple little -typos- for the word WIDTH:
(not related to the problem)
"frontend.css"
Code: Select all
div.breadcrumb {
vidth: 100%; // has a "V" instead of "W"
div.nyhetsrutatitel {
widht: 100%; // has a "HT" instead of "TH"