Results 1 to 3 of 3

Thread: Scrollable iframe

  1. #1
    Join Date
    Oct 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scrollable iframe

    1) Script Title: scrollable IFRAME

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ramescroll.htm

    3) Describe problem: How can i make the up and down "scrollers" be arrows instead of text? thanks. I have my arrows so if you are going to post code my arrows are called up_arrow.jpg and down_arrow.jpg

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    <div style="width:150px;" align="right">
    <a href="#" onMouseover="scrollspeed=-2" onMouseout="scrollspeed=0">Up</a> | <a href="#" onMouseover="scrollspeed=2" onMouseout="scrollspeed=0">Down</a>
    change those to images

  3. #3
    Join Date
    Oct 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok.. Thanks i got the scrollers as images now... how do i change my scroll speed? i have it set at -1, and 1 and thats the lowest it will go, I can't seem to figure out why my page is scrolling super fast!

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
  •