Can this be done purely in CSS3?
Posted: 08 September 2010 02:46 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2010-09-08

Greetings! I was wondering if the mouse over relative scrolling in this jQuery demo can be done in CSS3 only? If so, how? Thanks in advance.

http://www.queness.com/resources/html/scrollmenu/index.html

Profile
 
 
Posted: 09 September 2010 11:04 PM   [ Ignore ]   [ # 1 ]
Newbie
Avatar
Rank
Total Posts:  4
Joined  2010-09-09

I think the short answer is no, I don’t believe it can be done in pure css. Having said that you may want to investigate HTML5 as a solution, although examples I have seen in HTML5 so far still require javascript.

Hope that helps :)

Profile
 
 
Posted: 10 September 2010 02:52 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2010-09-08

Thanks. I will look into HTML5.

Profile
 
 
Posted: 10 September 2010 03:24 PM   [ Ignore ]   [ # 3 ]
Newbie
Avatar
Rank
Total Posts:  4
Joined  2010-09-09

Your welcome, I would be very interested if you manage to achieve this through CSS so please let me know if you do. Best of luck

Profile