Announcement

Collapse
No announcement yet.

Tab index

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

    Tab index

    Hi
    Considering a couple of changes to our site.
    What is it called when you have section headings that run along the top that look like a card index?
    Is this easy to do?
    If it's not easy would it be costly to have done?
    Cakes Cookies and Crafts Shop
    Cookie Cutters
    Cake Decorating Supplies
    Chocolate Making Equipment

    #2
    Usually called tab navigation.

    Setting up depends on if you want it maintained by Actinic or yourself. Maintaining/creating it yourself should be straight forward by adding into the Act_Primary, Act_PrimaryCheckout and Act_BrochurePrimary template.

    Depending on which theme you are using probably just requires a new table inserting with each cell showing a background image or colour (for the tab effect) and then hardcoding the link to the various sections. You can do this with CSS to great effect using the ul display:inline code but is more difficult to set up if you are not familiar with html / css


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      No my pigeon HTML won'tcut the mustard for this, will need to go seek help
      Cakes Cookies and Crafts Shop
      Cookie Cutters
      Cake Decorating Supplies
      Chocolate Making Equipment

      Comment


        #4
        Here is a simple table with 7 cells across which may be of use to get you started - 750 pixels wide

        Code:
        <table width="750" border="0">
          <tr>
            <td background="2.jpg"><div align="center"><a href="index.htm">link1</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link2</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link3</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link4</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link5</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link6</a></div></td>
            <td background="2.jpg"><div align="center"><a href="index.htm">link7</a></div></td>
          </tr>
        </table>
        The 2.jpg is the cell background image.


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Thank you
          I have pasted this into dreamweaver but am buggered if i know what to do next, if i had time i might have got it in the end, but looks like i need it done for me. I'm open to offers, if you know what i mean
          Thank you for your help Jont always appreciated.
          Cakes Cookies and Crafts Shop
          Cookie Cutters
          Cake Decorating Supplies
          Chocolate Making Equipment

          Comment


            #6
            If you want to attach the files to an email and let me know where you want it on the page along with any background images, what you are after etc I will take a look if you like.


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              Hi
              If i email you through the forum i can't see a field for attachments.. or am i blind as well!
              Cakes Cookies and Crafts Shop
              Cookie Cutters
              Cake Decorating Supplies
              Chocolate Making Equipment

              Comment


                #8
                oh ok I will send you an email and it should then show mine to replay back to


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  yours is not listed - sending it via your cake contact form


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment

                  Working...
                  X