Click to See Complete Forum and Search --> : unable to hide scrollbar at IE


sirpelidor
05-29-2006, 04:16 PM
Hi, I have the following code for FF:


<iframe src="ilinepage.html" style="overflow:hidden">
</iframe>


Today, I turned out a window box, and discovered I'm not hiding my scrollbar. Would anyone please tell me how to hide scrollbar for both FF and IE (perfer all browsers)

thank you

nataliemac
05-29-2006, 04:22 PM
<iframe src="ilinepage.html" scrolling="no">
</iframe>