• Scroll Bar For My Web Page
    8 replies, posted
Hi I am looking for a way to scroll items that I have for sale on the home page of my website. Is there something like auctiva which is used by eBay sellers that I can use on my home page?
Are you talking about something like this? [url]http://tehwhale.com/scroll.html[/url] [editline]06:35PM[/editline] Or are you talking about something that scrolls like this? [IMG]http://dl.dropbox.com/u/1439918/Pics/2010-05-29_1834.png[/IMG]
I think so, just use a div with a fixed height&width with overflow:scroll
i was looking for something more like [IMG]http://i50.tinypic.com/2cdabmv.png[/IMG]
Yeah, you'll have to manually do that in CSS + JS. But I believe you'd still need to mess around with overflow and max width.
Or flash. (Don't kill me)
[QUOTE=PieClock;22247294]Or flash. (Don't kill me)[/QUOTE] Get out. :razz: jk. <3
Should be easy to create using a bit of css and jquery magic
either use jquery and have all the images loaded, or make ajax requests. Without AJAX something like : $('#whatever').click(function(){ $(this).animate({ right:number }) }) If you have tons of items, use AJAX, if only 10-20, depending on image size, just use jquery and load em all. I've been drinking so I can't verify how much of this is correct
Sorry, you need to Log In to post a reply to this thread.