CSS problem....

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

CSS problem....

Post 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
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Post 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
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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" 
Post Reply