Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in Sellerdeck v9/v8 only
Search
Advanced Search
Forums
Today's Posts
New Topics
FAQs
Knowledge Base
Sellerdeck website
Customer Portal
Service Status
Member List
Forum
Sellerdeck Ecommerce Software
Sellerdeck v9/v8
Announcement
Collapse
No announcement yet.
Nav menu help, php issue
Collapse
X
Collapse
Posts
Latest Activity
Search
Page
of
2
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
1
2
template
Next
jont
Registered User
Join Date:
Jan 2005
Posts:
11094
#16
03-Jul-2009, 01:38 PM
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
Post
Cancel
Darren B
Developers
Join Date:
Dec 2002
Posts:
6689
#17
03-Jul-2009, 01:52 PM
Im glad the OP joined in or someone around here would have complained you are trashing threads again
Made me chuckle
Comment
Post
Cancel
globalee
Registered User
Join Date:
Jun 2009
Posts:
45
#18
09-Jul-2009, 05:52 PM
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 p
ointer 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
Post
Cancel
Previous
1
2
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment