Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - iFrame : suppress horizontal scroll bar

 
Thread Tools Search this Thread
Old 03-05-2005, 02:27 PM   #1
Default iFrame : suppress horizontal scroll bar


Hi

I'm using an iFrame to enclose another document. The iFrame width is
sufficient to hold the enclosed document. When the enclosed document has
more data and exceeds the height set for iFrame, both the scroll bars ,
horizontal and vertical appear. I want to avoid the horizontal scroll
bar. If I set the scrolling property to "no", then both the scroll bars
don't appear. I tried placing the iFrame tag inside div and setting the
scrolling property for iFrame to "no", even that didn't work.

Any help is appreciated

Regards

rjn



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


RJN
  Reply With Quote
Old 03-05-2005, 05:28 PM   #2
jongalloway
 
Posts: n/a
Default Re: iFrame : suppress horizontal scroll bar
You can try this CSS. It's IE only, and it doesn't always work
depending on what's being shown in the frame:
iframe {
overflow-x: hidden;
overflow-y: scroll;
}

You can also set the body of the content shown in the frame to 95% or
so:
body {width:95%}

Have a look at this discussion:
http://www.webmasterworld.com/forum21/8756.htm

- Jon
http://weblogs.asp.net/jgalloway



jongalloway
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
print all the contents of the iframe lebohang The Lounge 0 03-04-2009 07:50 AM
how to access iframe from an aspx page eyal1234 Software 1 07-22-2008 10:57 AM
How to load Two iframe in one aspx page? pratima Software 2 02-02-2008 03:17 AM
IFRAME and Video stunbunny General Help Related Topics 0 12-03-2007 06:26 PM
lost my scroll bar in outlook express where my emails are Linda Sanders Software 2 09-03-2006 04:19 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46