Bulletmenu Vert 1 col and IE7

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
bigfootplc

Bulletmenu Vert 1 col and IE7

Post 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!!!!
??? ??? ??? ??? ??? ??? ??? ???
User avatar
Nettie
Forum Members
Forum Members
Posts: 53
Joined: Tue Oct 03, 2006 11:42 pm

Re: Bulletmenu Vert 1 col and IE7

Post 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.
bigfootplc

Re: Bulletmenu Vert 1 col and IE7

Post by bigfootplc »

It work in  the CSS layout following changes shall be entered

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

        }

;D
Locked

Return to “Layout and Design (CSS & HTML)”