//flex table opened by JP

Click to See Complete Forum and Search --> : Borders arount iframes


michaelcoconnor
08-20-2004, 04:44 PM
Does internet explorer automatically put a border around an iframe? i am making a site, and using two iframes to load differently from a .swf, and the iframes have borders. if you have internet explorer, you can see it at www.valleymemorial.net/index2.htm
i'm on a mac, and in safari, there are no borders and everything lines up perfectly. in internet explorer, the fact that there is a border makes a scroll bar the size of the entire iframe, and you can't see what's there. if you look at it, you will see better. thanks in advance.

ScaryBinary
08-20-2004, 05:09 PM
Try frameborder="0" instead of border="0".

ScaryBinary
08-20-2004, 05:11 PM
Woops, forgot to add that you should be able to disable scrolling altogether with scrolling="no".

Here's a link to the definition of an IFRAME, if you're interested. It tells you all the attributes you can set.

IFRAME stuff from W3C (http://www.w3.org/TR/html4/present/frames.html#h-16.5)