Forum Moderators: open

Message Too Old, No Replies

no main scrollbar with iFrame?

don't show scroll bar

         

Acky12

6:12 pm on Aug 1, 2004 (gmt 0)

10+ Year Member



I'm designing a page that opens soley via an iFrame and I'm coloring the scroll bar to match the design of the iFrame. Because of this the main scroll bar (on the right) looks really stupid. Is there any way to get rid of this scroll bar and not show it?

BlobFisk

10:14 am on Aug 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, Awwcky12!

How about some CSS on the container page:

body {
overflow: hidden;
}

HTH

Acky12

1:25 pm on Aug 2, 2004 (gmt 0)

10+ Year Member



thanks! that worked