Not tested, but in your css use this:
#container
{
        position:absolute;
        left:0; /*50%*/
        margin-left:0;
        width:780px;
        height:100%;
        min-height:480px
        background: transparent
url(/images/areva_hp/homeleftnav_bg.gif) repeat-y;
}

Then in the template, use this conditional.

<!--[if IE]>
<style>
#container {
height:480px
}
</style>
<![endif]-->

On 11/9/05, William Bowen <[EMAIL PROTECTED]> wrote:
> the CSS in question:
>
> #container
> {
>         position:absolute;
>         left:0; /*50%*/
>         margin-left:0;
>         width:780px;
>         height:480px;
>         background: transparent url(/images/areva_hp/homeleftnav_bg.gif) 
> repeat-y;
> }
>
>
> Does what I want in IE:
>
> http://www.users.areva-td.com/dlf/screen_ie.jpg
>
> But doesn't in FF:
>
> http://www.users.areva-td.com/dlf/screen_ie.jpg
>
> the page height varies but has a minimum height of 480px.
>
> Thoughts anyone?
>
> --
> will
>
>
> "If my life weren't funny, it would just be true;
> and that would just be unacceptable."
> - Carrie Fisher
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase RoboHelp from House of Fusion, a Macromedia Authorized Affiliate and 
support the CF community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=59

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:180827
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to