Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS sidebar tabbed content

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39477
    kogneto
    Member

    I’d like to do a sidebar tabbed content box that doesn’t require refreshing the page, similar to this tutorial
    https://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?

    #108336
    enjay
    Participant

    Did you see this tutorial https://css-tricks.com/organic-tabs/ ? It uses jquery, but it’s very lightweight, less “hacky” and works well on iOS.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.