Hello Top 100's!  ;-)

I was wondering if anyone knows of a more elegant way of doing footers.  As
you can see below, I'm using CF to assist in compensating for IE/FF height
vs. min-height difference.  Any recommendations will be appreciated.

Michael

----

CSS:

#container_ie {

            position: relative;

            height: 100%;

}

 

#container_ff {

            position: relative;

            min-height: 95%;

}           

 

#content {

            padding-bottom: 50px;

}

 

#footer {

            position: absolute;

            bottom: 10px;

}

 

----

CFM page:

<div id="container_#getUserBrowser()#">

<div id="content">

            .cf code.

</div>

<div id="footer">

            .html.

</div>

</div>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250956
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to