Announcement

Collapse
No announcement yet.

Tabbed Display for Levels PROD Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tabbed Display for Levels PROD Page

    I've searched through everything but I can't seem to find an answer for this. Is there a snippet for a tabbed display for the PROD page for the Levels ReadyTheme?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    There is a tab function that ships with Levels, however I believe it is only used on OCST, on initial installation. You should be able to build something based off of it though.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      There is a tab function that ships with Levels, however I believe it is only used on OCST, on initial installation. You should be able to build something based off of it though.
      Ahhh, okay...let me see if I can break it
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        There are also some pretty nice mostly CSS tabs out there. Look for one's that have very clean syntax. I.e.,

        <div class="tabs">
        <span class="tab"><a href="#desc">Description</span>
        <span class="tab"><a href="#spec">Specifications</span>
        <span class="tab"><a href="#review">Reviews</span>
        </div>
        <div class="tabContent" id="desc">blah blah blah</div>
        <div class="tabContent" id="spec">blah blah blah</div>
        <div class="tabContent" id="reviews:>blah blah blah</div>
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X