Page 1 of 1

CSS problem....

Posted: Mon 21. May 2007, 17:12
by tellus
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

Posted: Mon 21. May 2007, 17:50
by Jensensen
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

Posted: Mon 21. May 2007, 22:06
by DeXXus
Jensensen wrote:hi tellus,

what's the problem with your page? looks fine...
:shock: He ~definitely~ has a problem that is cutting off the full height of his page! (in IE6) :wink:

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"