FacebookTwitter
Hatrack River Forum   
my profile login | search | faq | forum home

  next oldest topic   next newest topic
» Hatrack River Forum » Active Forums » Books, Films, Food and Culture » DHTML problem

   
Author Topic: DHTML problem
Lisa
Member
Member # 8384

 - posted      Profile for Lisa   Email Lisa         Edit/Delete Post 
This is driving me crazy. I was beating at this thing for hours yesterday (I know, on Sunday, but it was irking me).

I'm trying to make a page with two sections. The top one will appear and disappear at the push of a button. That's not a problem at all. The bottom one, though, will take up the remainder of the page, and will scroll separately from the top.

Here's the HTML for the page (simplified). This is for an IE-only environment. The problem is that the table inside the div inside the bottom cell of the main table is wide. But since I've set the overflow style on the div, that shouldn't matter. It shouldn't stretch the div out; it should just make the div scroll. And it *does* stretch the div out beyond 100% of the window's width, so that I lose the scrollbar on the right edge of the div.

Is it a matter of being nested too deeply? Is IE just unable to deal with that?

code:
<html> 
<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 scroll=no>


<table width=100% height=100% border=1>
<tr height=0 id=topPanel>
<td align=right>test</td>
</tr>
<tr height=100%>
<td>
<div style=width:100%;height:100%;overflow:auto;background-
color:khaki>
<table height=100% bgcolor=pink>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
<tr>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
<td>abcdefghijklmnopqrstuvwxyz</td>
</tr>
</table>
</div>
</td>
</tr>
</table>

</body>
</html>


Posts: 12266 | Registered: Jul 2005  |  IP: Logged | Report this post to a Moderator
erosomniac
Member
Member # 6834

 - posted      Profile for erosomniac           Edit/Delete Post 
The overflow property works best when you specify a height and width for the div. I've also found that the "auto" value doesn't work very well, and that it's best to be as specific as possible.

If you specify a height and width and then set overflow-y:scroll, you should be fine.

Posts: 4313 | Registered: Sep 2004  |  IP: Logged | Report this post to a Moderator
TomDavidson
Member
Member # 124

 - posted      Profile for TomDavidson   Email TomDavidson         Edit/Delete Post 
IE considers the width of nested DIVs to be the minimum value, and will expand DIVs to match the width of the content.
Posts: 37449 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Lisa
Member
Member # 8384

 - posted      Profile for Lisa   Email Lisa         Edit/Delete Post 
Well, damn. How do I fix the width of a div? I can't give it a number, because I want it to resize with the browser window. And Tom, normally, if I set the overflow property of a div, it doesn't stretch. It just scrolls. That's the expected (correct) behavior.

Erosomniac, I don't mind setting the overflow property to scroll, but how do I get it to match the size of the window without using 100%?

Posts: 12266 | Registered: Jul 2005  |  IP: Logged | Report this post to a Moderator
TomDavidson
Member
Member # 124

 - posted      Profile for TomDavidson   Email TomDavidson         Edit/Delete Post 
The only way I've been able to solve this particular problem in IE is with Javascript.
Posts: 37449 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
Lisa
Member
Member # 8384

 - posted      Profile for Lisa   Email Lisa         Edit/Delete Post 
That shouldn't be necessary. I've never run into a problem like this before.
Posts: 12266 | Registered: Jul 2005  |  IP: Logged | Report this post to a Moderator
TomDavidson
Member
Member # 124

 - posted      Profile for TomDavidson   Email TomDavidson         Edit/Delete Post 
It shouldn't be necessary, I agree. But as far as I can tell, it is. [Frown]
Posts: 37449 | Registered: May 1999  |  IP: Logged | Report this post to a Moderator
   

   Close Topic   Feature Topic   Move Topic   Delete Topic next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:


Contact Us | Hatrack River Home Page

Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2