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
https://forums.phpfreaks.com/topic/215902-scrolling-location/
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
https://forums.phpfreaks.com/topic/215902-scrolling-location/#findComment-1122375
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.