hrmmm, interesting...

Yes, there are several text areas, which are all floats (left)
(Navigation container, photo/lang select container, page text
container) each is also contained within the container.

The footer, which is contained within "container" has clear:both in
it. which does not seem to do the trick.

CSS for footer
#footer
{
        text-align:center;
        height: 19px;
        font-size:0.9em;
        background: #cc0033;
        clear:both;
}


I have posted a new image (from IE) with each container outlined. (the
borders don't show up in FF, so that may be part of the problem, too)

http://www.users.areva-td.com/dlf/screen_ie2.jpg

Thanks for your help so far!!



On 11/9/05, Kevin Graeme <[EMAIL PROTECTED]> wrote:
> Is the large text area floated? It looks like the background reoeat is
> cutting out in line with the bar under the picture. Is there a float
> that would take content out of the flow at that point? I've seen that
> kind of thing happen because of that.
>
> A trick is to put something after all your variable height content
> that does a clear:both. Don't know if I'm off base, but that's a stab.
>
> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:180852
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=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to