Jacob.R Posted February 14, 2011 Share Posted February 14, 2011 Hello I need help with making our dropdown links stay visible when active. Site: London tshirt .com <dl id="nav"> <dt class="nav"><b>London Tshirts</b></dt> <dd> <ul> <li><a href="/Unisex">Unisex</a></li> <li><a href="/Slimfit">Slimfit</a></li> <li><a href="/Kids">Kids</a></li> </ul> </dd> <dt class="nav"><b>Alternative Tshirts</b></dt> <dd> <ul class="nav"> <li><a href="/England">England</a></li> <li><a href="/Humour">Humour</a></li> <li><a href="/Popular">Popular</a></li> </ul> </dd> <dt class="nav"><b>Magnets</b></dt> <dd> <ul class="nav"> <li><a href="/magnets-ceramic">Ceramic</a></li> <li><a href="/magnets-metal">Metal</a></li> <li><a href="/magents-plastic">Plastic</a></li> </ul> </dd> <dt class="nav"><b>Keyrings</b></dt> <dd> <ul class="nav"> <li class="current"><a href="/keyrings-ceramic">Ceramic</a></li> <li class="current"><a href="/keyrings-metal">Metal</a></li> <li><a href="/keyrings-plastic">Plastic</a></li> </ul> </dd> <dt class="nav"><b>Other gifts</b></dt> <dd> <ul class="nav"> <li><a href="/Hats">Hats</a></li> <li><a href="/Models">Models</a></li> <li><a href="/Bags">Bags</a></li> </ul> </dd> </dl> Thanks P.S. I typed my question, then went to verification, but could not read the letters so requested a new image, this refreshed the page and I lost my message?? Link to comment https://forums.phpfreaks.com/topic/227628-how-to-make-dropdown-links-stay-visible-when-active/ Share on other sites More sharing options...
Jacob.R Posted February 14, 2011 Author Share Posted February 14, 2011 I am a hobby web designer with a small amount of knowledge in html & css, I use PHP very limitedly and find it harder to learn? Thanks again for any assistance with this. Link to comment https://forums.phpfreaks.com/topic/227628-how-to-make-dropdown-links-stay-visible-when-active/#findComment-1174034 Share on other sites More sharing options...
Jessica Posted February 14, 2011 Share Posted February 14, 2011 There is no PHP in this post so either it's not a PHP problem and you posted in the wrong forum, or you didn't post the relevant code. I suspect this is a CSS or possibly JS question. Which you ALSO didn't post any of. Link to comment https://forums.phpfreaks.com/topic/227628-how-to-make-dropdown-links-stay-visible-when-active/#findComment-1174122 Share on other sites More sharing options...
Jacob.R Posted February 14, 2011 Author Share Posted February 14, 2011 I do not have any php to post as I do not know how to write it, I was hoping to get help from scratch? Link to comment https://forums.phpfreaks.com/topic/227628-how-to-make-dropdown-links-stay-visible-when-active/#findComment-1174156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.