iFRAME nested in table behavior in Safari.

Resolves the problem the Safari browser has in displaying iframes within a table. Simple insert your iframe contents inside the DIV and it will display correctly.
CSS • HTML

CSS

#box { 
overflow:auto; 
width:100%; 
height:100%; 
} 

HTML

<div id="box">Content Here...</div>

Posted by fbrefere001 on Sunday February 6, 2005