Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
I created a Dropdown Nested menu.Simple drop down works fine but when I click on sub nested node menu is lost its position. Please see below.
if I click on Cat1 then it takes me to category 1 page but when I click sub node please see below results
I created this DDMenu watching video on you tube and I am not a really css designer guy. Any help or pointer would be really appreciated.
Check out the various articles on A List Apart about suckerfish dropdowns: http://www.alistapart.com/articles/dropdowns
Jon Thank you for your reply but I have resolved this issue actually there was a css file's path problem.
I used
<link href="/css/DropDownMenuStyleSheet.css" rel="stylesheet" type="text/css">
rather than
<link href="../css/DropDownMenuStyleSheet.css" rel="stylesheet" type="text/css">
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DropDown menu Style
Hi All,
I created a Dropdown Nested menu.Simple drop down works fine but when I click on sub nested node menu is lost its position. Please see below.
if I click on Cat1 then it takes me to category 1 page but when I click sub node please see below results
I created this DDMenu watching video on you tube and I am not a really css designer guy. Any help or pointer would be really appreciated.
Check out the various articles on A List Apart about suckerfish dropdowns: http://www.alistapart.com/articles/dropdowns
Jon Thank you for your reply but I have resolved this issue actually there was a css file's path problem.
I used
<link href="/css/DropDownMenuStyleSheet.css" rel="stylesheet" type="text/css">
rather than
<link href="../css/DropDownMenuStyleSheet.css" rel="stylesheet" type="text/css">
is working on a reply...