Posts: 175
Location: Wiltshire, England
|
Hi there,
The problem is being caused by the images used on the page.
monkeys_path.gif is 214 px wide
square_thin_pan.gif is 1042 px wide
random picture is 200 px wide.
Added up, this equals 1456 px - on top of that is the white space, so something in the region of 1500px total - this just won't fit into a screen smaller than this!
You need to set the images, especially square_thin_pan as background images in table cells and then it will expand and contract to fit the size of that cell.
Setting the size of a table column to 25% will not restrict the width of the table to 25% of the screen resolution if you then place an image inside it that is wider than 25%.
Example: - 25% of 800 screen res in real terms is about 195 px.
If you then place an image that is 214 px, the table cell will override the 25% width setting to accomodate the image, thus taking up 27.43% of the width of the screen.
Hope this gives you the idea.
Ian.
PS sorry about the geeky maths! 
|