Page 1 of 1

Bulletmenu Vert 1 col and IE7

Posted: Wed Mar 28, 2007 7:39 pm
by bigfootplc
Hi

Im using the old template from "Bulletmenu Vert 1 col"  but after installaling IE7 it looks like ..... In firefox it looks as it always has.

As I se it it has to be something with the footer.

http://www.jellingim.dk/

I know most of you cant read the content (in danish) but hope still someone will help me!

Can anybody tell what is wrong with my templates!!!!
??? ??? ??? ??? ??? ??? ??? ???

Re: Bulletmenu Vert 1 col and IE7

Posted: Wed Mar 28, 2007 10:46 pm
by Nettie
Det der kan være galt er at explorer 7.0 vil have en min-height i stedet for en fast højde på din body. Kender du conditional comments? Det kan du bruge til at sætte den faste højde, som er nødvendig i explorer 6.0, ind i:


#dinbodytag {height: dinbodyhøjde}


I din css ændrer du height til min-height i stedet for. Så tror jeg det virker.

Re: Bulletmenu Vert 1 col and IE7

Posted: Sun Apr 01, 2007 9:28 am
by bigfootplc
It work in  the CSS layout following changes shall be entered

    /* CONTENT */
        div#content {
            min-height: 8em

        }

;D