Forum Moderators: not2easy
<td height="120" width="748" valign="middle"><img align="left" src="images/small-logo.png" /><div style="width:630; overflow:auto"><table height="86" border="0" cellpadding="0">
<tr>
<td width="86" height="86" scope="col"><a onmouseover="MM_goToURL('photo','ImagesCommercial/new-1/i....
If you need to see the page, just let me know.
Thanks
<div style="width:630; overflow:auto">
You'll want to fix that first, in any event: it should be
width: 630px, not just 630 (or 630em, or whichever unit you're wanting.) If you're wanting a vertical scrollbar but not getting it, it's possibly because your
div doesn't have a fixed height - so it's just expanding with its contents. If you're wanting a horizontal scrollbar but not getting it, I'd draw a border around your
div, and a different coloured border around its content (the table inside?), and see whether in IE, it's just not that wide yet :) scope's only really meant to go on th (table headings) too :)