Announcement

Collapse
No announcement yet.

navagation query

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

    navagation query

    Does anyone know how the nav buttons on the left hand side on this site are set up? They are buttons containing the products in the online catalog but I cannot find how you could set this up to have buttons instead of text.

    http://www.gardengadgets.co.uk
    ________
    Harley-Davidson FXS

    #2
    Look in Design / Options / Layout / Section Link Templates / Top Level Section Link Layout and click Edit to see the Template you're using. It appears to ba a customised one using (I guess) CustomVars to give that rollover effect.

    Assuming you want Text instead of Buttons then you'd just use this instead
    Code:
    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->
    <!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
    <A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall">NETQUOTEVAR:SECTIONNAME</span></A> 
    NETQUOTEVAR:NEXT 
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      The current setup uses images. If you click View | Source in your browser, you can read the uncompacted code and see what has been done.
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment

      Working...
      X