> Here are all the iframe attributes. > > <iframe src="filename" width="400" height="400" marginwidth="0" > marginheight="0" align="left" frameborder="0"> > </iframe> > > If a style of > border : none; > > doesn't work then that css attribute doesn't affect iframe border.
Cule, thanks Russ. Yeah, looks like frameborder is going to have to be it, although I hate using attributes where CSS should work. And I realised after posting the follow-up that I'd lied (well, made a mistake); style="border: none;" works for Netscape in the iframe tag, not in the body tag. -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
