• 0

can this be done without JS


Question

http://www.google.com/chrome/intl/en/features.html is the page.

clicking the items on the sidebar updates the info in the main section making it easy to do a lot of info in one small page without reloading.

the effect is achieved with JS by looking through the source code which is fine if you use JS but if you have it disabled it kinda wrecks it all. anyone know of a way to do this without using JS and more of a "pure css" approach?

Link to comment
https://www.neowin.net/forum/topic/706304-can-this-be-done-without-js/
Share on other sites

9 answers to this question

Recommended Posts

  • 0
I really don't see how it's possible without JS. You could have it so it falls back to a simple page change when JS is not enabled, but I think that's the best your going to get.

i'd thought that. its fairly easy to come across all manner of implementations of this sort of thing but they all use JS it seems. i might have to just go down that route.

  • 0
wouldn't pseudo hover start giving you grief in IE6?

if you could elaborate that would be good. im just looking to achieve something simple like google. vertical list and a box that the content updates in.

Yeah, it would cause problems in IE6. As stated previously, it would only work if the user were to keep their mouse on the element that activated it - otherwise, it would disappear. JavaScript would be required to re-create the effect seen on the aforementioned Google Chrome page. :)

Steven

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.