scroll bar in IE wrt quicktime

Discussion in 'JavaScript' started by knish, Dec 1, 2007.

  1. #1
    Hi,

    In case I have a quicktime file bigger in size than the monitor. The scroll bar would help me to scroll to the extreme's. In case the scroll bar does not appear. What possible way may I scroll the big mov file.

    bRgds,

    kNish
     
    knish, Dec 1, 2007 IP
  2. hrcerqueira

    hrcerqueira Peon

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I supose the movie is inside a object tag. Put that tag inside a div and apply the overflow style attribute to scroll, like this:

    
    <div style="overflow: scroll">
       <!-- put here the movie code -->
    </div>
    
    Code (markup):
     
    hrcerqueira, Dec 1, 2007 IP