Announcement

Collapse
No announcement yet.

Nav menu help, php issue

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

    #16
    Captain Dicken (star date 02-11-2006) commander of all things section aware

    http://community.actinic.com/showpos...9&postcount=18


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #17
      Im glad the OP joined in or someone around here would have complained you are trashing threads again

      Made me chuckle

      Comment


        #18
        hi wonder if you can help, im trying to sort out my menu , used your freebie menu, and all is ok, however, just cant get it to display as i want it to.

        http://www.novadetox.co.uk/acatalog/...ting-kits.html

        looks fine without exspanding the menu, click on say...heavy metal testing kits (2nd in list,) it exspands ok, however what i want to achive is this

        http://www.alanaecology.com/acatalog..._Monitors.html

        where there is no pointer next to subsections,

        also want to remove the double thick line at the bottom of the subsection list.

        any ideas??

        this is the css im using to style the menu, can you



        /* php nav */
        .navcontainerment { border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; }
        .navcontainerment ul{ list-style-type:none; margin:0px; padding:0px; }
        .navcontainerment li { border-bottom:1px solid #CCCCCC; }
        .navcontainerment a{ background: url('arrow-1.gif') no-repeat left center; padding:5px 15px; display:block; color:#333; }
        .navcontainerment a:hover{ background: #0099CC url('arrow-2.gif') no-repeat left center; color:#fff; text-decoration:none; }

        using your block

        <div class="navcontainerment">
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Brochure%27" > <actinic:block php="true" selectable="false"> MakeNav(0,2,1,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%200%27" > </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%201%27" > </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%202%27" > </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Shopping%20Cart%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Add%20To%20Cart%20Confirmation%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Receipt%27" > </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%27" > <actinic:block php="true" selectable="false"> MakeNav(0,2,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%20Results%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Bounce%20Page%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Site%20Map%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Terms%20And%20Conditions%27" > <actinic:block php="true" selectable="false"> MakeNav(0,1,0,0); </actinic:block></actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Section%27">
        <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3e%200">
        <actinic:block php="true" selectable="false"> MakeNav(0,2,0,<actinic:variable name="SectionID" />); </actinic:block>
        </actinic:block>
        <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%200" >
        <actinic:block php="true" selectable="false"> MakeNav(0,2,1,0); </actinic:block>
        </actinic:block>
        </actinic:block>
        </div>


        cheers,
        http://www.novadetox.co.uk

        Comment

        Working...
        X