> -----Original Message-----
> From: Kristi Kessler
> Subject: [css-d] newbie - table problem within div
> 
> My table runs out of the div in firefox but looks ok
> in IE - any ideas?

Without seeing the code it's hard to know. Do you have some sample code or a 
page we could look at?

That said, it's possibly floated content escaping from it's parent element. In 
your CSS, try giving the div a defined width or height and setting the overflow 
to hidden, for example:

.yourdiv {
        height: 1%;
        overflow: hidden;
}

You can find more on this subject at 
<http://annevankesteren.nl/2005/03/clearing-floats>

Cheers,

-- 
Olly Hodgson
Web Designer, Sesame

This e-mail is private and confidential and is protected by copyright. It may 
also be privileged or otherwise protected by other legal rules. Access by or 
disclosure to anyone other than the intended recipient for any reason other 
than the business purpose for which the message is intended, is unauthorised. 
If you receive it in error, notify us, delete it and do not make use of or copy 
it.

Internet communications are not secure and therefore the Sesame Group companies 
(Sesame Group Limited, Sesame Limited, Sesame Services Limited and Sesame 
General Insurance Services Limited) do not accept legal responsibility for the 
contents of this message. Any views or opinions presented are solely those of 
the author and do not necessarily represent those of Sesame Group companies 
unless otherwise specifically stated.
_______________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to