View Full Version : CSS help with iframe border


punkandjunk
01-16-2003, 08:03 PM
this may be css help or frame help, but here goes.

I placed an iframe of my page, but when displayed, I don't want it to show a lof of the window properties. The scrollbar and track I took care of with the proper CSS, I set the border at zero, but there's still that line that shows a box being there that i wanna get rid of. I tried the CSS for altering a text box, but it dodn't work. Here's examples:

this is what I got right now with the crappy frame outline
?example #1 (http://www.punkandjunk.com/java/menu1.html)

I want it to look more like
example #2 (http://www.angelfire.com/ct3/halfpoint/newdesigntrial.html)


see how you can only see the scrollbar? I currently have the iframe inside a table of nearly the same dimensions. I'll be keeping that though.

Any help? Is it something with the STYLE tag or the iframe code

epolady
01-16-2003, 08:07 PM
<iframe src="......" border="0" frameborder="0">

punkandjunk
01-16-2003, 08:18 PM
awesome, that did it...thanks a lot!