Results 1 to 4 of 4

Thread: what happend to the scrollbar???

  1. #1
    Join Date
    Jan 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation what happend to the scrollbar???

    Please help, I can't figure how to enable the horizontal scrollbar in my website:
    http://www.agenda.co.il/1/
    I was looking for everything but couldn't find the solution. please help. Thanks!

  2. #2
    Join Date
    May 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oops. URL didn't work!

    But why should there be a horizontal scrollbar in the first place? Vertical, yes, but horizontal? I have an 8000 page Site, and the only ones who have them are oversized images. These are mounted as popups with JavaScript, and the scrollbars are there because I put "scrollbars=1" in the window properties.

    var url_1 = 'http://whatever.com';
    var wp = 'fullscreen=1,scrollbars=1,resizable=1,location=1';
    win1=window.open(url_1, 'win1', wp);

    Other than oversized images, which can be controlled with width='500' or so in the "img src=", about the only thing I can think of that MIGHT cause a horizontal scrollbar would be <table width='120%'> or something, but why would anyone do that?

    Mind you, I suppose that FRAMES might cause this. But then if you use frames, you deserve your fate!

  3. #3
    Join Date
    Jan 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi,
    The url works now, maybe it was a temporary failure.
    The problem is that the site is allowing the users to upload their images, but when the image is bigger than the screen, there is no scrollbar, just everything is being "cut" in the middle.
    try to go to the link and then resize your browser to 800+-

    Thanks

  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

    When I visited yesterday, there was a horizontal bar at 800x600. If you mean uploaded images don't evoke a scrollbar on larger windows when they overflow them, it probably has to do with the style of the element (and/or its parent element(s)) displaying the uploaded image.

    Try not to use set width, overflow, or position styles for any of these elements.
    - 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
  •