Click to See Complete Forum and Search --> : hide overflow


kinderjit
01-17-2008, 01:44 AM
hello,
I want to hide overflow scrolling in iframe.
<iframe src="abc.com" scrolling="auto" style="overflow-X:hidden">
Does`nt work. How can i hide only X-overflow from thw i frame.


thanks in advance.
kinderjit singh.
Moderator says: please, don't post your email in the thread

gil davis
01-17-2008, 07:01 AM
You can only eliminate all scrolling for the iframe:

<IFRAME ... SCROLLING=NO>

However, you can use overflow-x in the body of the source.