I use this code to restrict the inner contents of a layer:
[tt]
<div style="position:relative; width:468px; height:60px; margin:0px; clip0px,0px,468px,60px); overflow:hidden;" width="468" height="60"></div>
[/tt]
However, nothing shows up in the layer on some versions of NS and even on some versions of IE on the Mac. I really need to control the size of this content (a banner ad placed by JS code provided by the banner rotation software). There is almost always an extra newline after the banner. I need to cut off this newline or anything else which may be larger than 468x60. The above code works great on most browsers, however I need to have it work on all 4+ browsers.
Sincerely,
Tom Anderson
CEO, Order amid Chaos, Inc.
[tt]
<div style="position:relative; width:468px; height:60px; margin:0px; clip0px,0px,468px,60px); overflow:hidden;" width="468" height="60"></div>
[/tt]
However, nothing shows up in the layer on some versions of NS and even on some versions of IE on the Mac. I really need to control the size of this content (a banner ad placed by JS code provided by the banner rotation software). There is almost always an extra newline after the banner. I need to cut off this newline or anything else which may be larger than 468x60. The above code works great on most browsers, however I need to have it work on all 4+ browsers.
Sincerely,
Tom Anderson
CEO, Order amid Chaos, Inc.