Jump to content

scrolling location


M.O.S. Studios

Recommended Posts

this is the code

 

<html>
<head>
<style type='text/css'>
    .backButton{
        width: 90px;
        height: 90px;
        border: 1px solid #000000;
        overflow: auto;
        text-align: right;
    }
    
    .backButton img{
        margin-right: 90px;
    }
</style>
</head>
<body>
    <div class='backButton'>
        <img src='stop.png'>
    </div>
</body>
</html>

 

i want the scrollbar attached to "<div class='backButton'>" to start off scrolled all the wat to the right.

 

any ideas?

 

thanks in advance

Link to comment
Share on other sites

Jquery is a library that allows cross browser scripting. Basically it makes it so you can write the script once and it will work on most major web browsers. I would just look for a jquery image scrolling script. There is a wide selection so I'm sure you can find one that fits your needs.

Thanks,

Colron Wagner

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.