I'd like to do a sidebar tabbed content box that doesn't require refreshing the page, similar to this tutorial http://css-tricks.com/functional-css-tabs-revisited/ but I'm also concerned about users on iOS devices, or who are using IE7/8 this comment from the above tutorial supposedly covers the iOS devices problem, but I don't think it's supported by IE7/8 http://jsfiddle.net/bUjQm/21/
should I scrap the idea of a CSS only sidebar for Javascript instead? How can I accomplish this same sidebar goal with Javascript?
http://css-tricks.com/functional-css-tabs-revisited/
but I'm also concerned about users on iOS devices, or who are using IE7/8
this comment from the above tutorial supposedly covers the iOS devices problem, but I don't think it's supported by IE7/8
http://jsfiddle.net/bUjQm/21/
should I scrap the idea of a CSS only sidebar for Javascript instead? How can I accomplish this same sidebar goal with Javascript?