Results 1 to 4 of 4

Thread: Scrolling still showing...

  1. #1
    Join Date
    Sep 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Scrolling still showing...

    Please,

    take a look.

    This is my iframe...
    HTML Code:
    <iframe name="frame" src="home2.html" 
    width=615 height=375 
    frameborder="0" marginheight="0" marginwidth="0">
    </iframe>
    and this is my page...
    HTML Code:
    <body>
    <table align="center">
    	<tr>
        	<td align="center" width="550"> Title </td>
    	</tr>
    	<tr>
    	  <td valign="top" align="left" width="550"> Text
    	  </td>
    	</tr>
    	<tr>
    	<td width="550"> Navegation
    	</td>
    	</tr>
    </table>
    <body>
    Why everytime the vertical bar is needed the horizontal bar is appearing too?

    It's killing me.

    Can I block only the horizontal bar?

    HELP!

  2. #2
    Join Date
    Sep 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah,

    I solve it with

    html {
    overflow-x:hidden;
    }

    thanks everybody

  3. #3
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    that is close as you are going to get. However, just so you know that is a non-standard property. It works in both Firefox and Internet Explorer and has no negative effect in other browsers so you can use it anyway.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It is IE and recent FF specific but, FF will display it correctly without overflow-x:hidden; - so will Opera.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •