Jump to content

how to make dropdown links stay visible when active


Jacob.R

Recommended Posts

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??

 

 

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.