Email conversation
From | David Cardona |
To | Me |
Subject | Problem with CSS menus |
Date | 18 September 2007 22:10 |
Hi!!
First, thanks for your site on web development, i has been a very good "10
minutes solutions" reference for me. Right now I'm trying to use the "Pure
CSS menus" on your site; but I'm having a little problem, I'm just begining
in CSS so excuse me if this is too obvious. I'm putting the menu inside a
div tag, and setting the float of that tag to "left" so I can put content on
the right side of the menu, but, when I do so, I can only access the first
element of any nested list, for example, if I have
....
<li>Example
<ul>
<li>Example 1</li>
<li>Example 2</li>
</ul>
</li>
.....
I can only access Example 1, when I try to click Example 2, the whole nested
list disappears. May you help please?
PD: Sorry for my bad english, I hope you've got the idea.
From | Me |
To | David Cardona |
Subject | Re: Problem with CSS menus |
Date | 22 September 2007 11:06 |
David,
> I'm putting the menu inside a
> div tag, and setting the float of that tag to "left" so I can put content on
> the right side of the menu, but, when I do so, I can only access the first
> element of any nested list
Well, this works for me. I even use something like this on the example page.
What browsers does it not work in:
http://www.howtocreate.co.uk/sendEmail.php#testbrowsers
Also, do you have a demonstration page so I can see the problem?
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
From | David Cardona |
To | Me |
Subject | Re: Problem with CSS menus |
Date | 22 September 2007 16:38 |
Hi!
Thanks for answering, I think it was a mistake of mine, because I rewrited
the CSS of the menu from the ground and then it worked.
Many, many thanx!!