Results 1 to 2 of 2

Thread: Scrolling issue

  1. #1
    Join Date
    Mar 2008
    Posts
    9

    Scrolling issue

    I've having trouble with this sample. The image is sitting up too high.


    Here is the link. It will explain it more.

    http://www.yourticketexpert.com/test_map.html

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    When I looked at your page the stadium map was up on the right in Firefox but right down on the left under number 28 seat location in IE7. I assume that you want it up on the right and these edits made it do that in IE7:-

    Code:
    .formated_table_small {     
    border:none;                               float: left;
    border-collapse:collapse;
    margin:3px 0;
    }
    .formated_table_brian {              float: right;                 
    border:none;
    border-collapse:collapse;
    margin:3px 0;
    }
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. IE7 issue? Or server issue? Or javascript? Very odd!
    By db777 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 20 Apr 2009, 10:14 PM

Posting Permissions

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