RE: [WSG] IE. Stopping a table from stretching past the containing div

2004-05-24 Thread P.H.Lauke
Check your table's width, padding and margin. In the worst case, drop the width from 100% to something like 99.5%. I may be wrong, but I think this is another instance of the box model problem IE has... Patrick Patrick H. Lauke Webmaster / University of Salford

Re: [WSG] IE. Stopping a table from stretching past the containing div

2004-05-24 Thread Philippe Wittenbergh
On May 25, 2004, at 9:14 am, Benjamin wrote: got a problem with tables stretching past my globalWrap div in ie5.0, 5.5, 6.0 when they are set to 100% IE win is unable to correctly calculate % width tables IF the direct parent container doesn't have a dimension (width or height) specified. Wrap a

Re: [WSG] IE. Stopping a table from stretching past the containing div

2004-05-24 Thread Benjamin
the containing div has a width of 100% but ie doesnt want to adhere to this On May 25, 2004, at 9:14 am, Benjamin wrote: got a problem with tables stretching past my globalWrap div in ie5.0, 5.5, 6.0 when they are set to 100% IE win is unable to correctly calculate % width tables IF

Re: [WSG] IE. Stopping a table from stretching past the containing div

2004-05-24 Thread Benjamin
thanks Phillipe I solved the problem as you suggested I put a div around it called it tableContain #tableContain{width: 100%} works like a charm On May 25, 2004, at 9:14 am, Benjamin wrote: got a problem with tables stretching past my globalWrap div in ie5.0, 5.5, 6.0 when they are