Forum Moderators: open
[edited by: DrDoc at 3:28 am (utc) on Sep. 24, 2006]
[edit reason] TOS #13 [/edit]
frameborder="0"to turn off the border around the IFRAME (certainly for IE6 - I can't seem to do it using CSS alone in IE6?! **) - then you can style the border using CSS for both FF and IE6. Yes, it works in Firefox OK.
You can turn off the scrollbars with
scrolling="no"(again, with IE6 I can't seem to do it with CSS alone, as you can with FF... overflow:hidden) - although probably best to make sure your iframe is big enough in the first place.
** In IE6, the border you set with CSS, seems to be on the outside of the default frameborder?!