Second Menu Problem

Hello

I’m trying to make a second expanding menu in the bottom-left hand corner, however when I click on the icon in the bottom-left corner, it is still controlling the menu in the top-left corner. http://www.jameswinfield.co.uk/v2.html.

What do I need to change to get this working?

I’ve been staring at it for a while, and tried various changes and cannot seem to get it to work.

Thanks again.
James

both of your checkboxes have the same id:

<input id="slide" name="slide" type="checkbox">

so your second label (in bottom menu) triggers first available checkbox with this id (in top menu):

<label for="slide" class="icon open">

Ah fantastic thanks. I thought I tried that last night but perhaps not!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.