[thelist] styling iframe

Michael Barrett mbarrett at abouthalf.com
Tue Mar 11 14:58:56 CST 2003


On Tuesday, March 11, 2003, at 12:50  PM, Erik Mattheis wrote:

> <td style="width:50%; padding:0px;"><iframe 
> src="iframe.html"></iframe></td>

Have you tried styling the iframe element itself?

e.g.

<iframe src="iframe.html" style="padding: 0; margin: 0; 
overflow:auto;"></iframe>

The horizontal scroll may disappear if you can restrict the width of 
the content in iframe.html
e.g.
*iframe.html*
<div style="width: 90%">
<!-- iframe content here-->
</div>



-0^0-
    -
Michael Barrett
mbarrrett at abouthalf.com


Outside of a dog, a book is a mans best friend. Inside of a dog, it's 
too dark to read.
-Groucho Marx



More information about the thelist mailing list