Rollover with loop query_posts.
-
Hello,
I am working on a drop down menu with rollovers that gives me a very annoying problem. The menu is done with lists < li > and < ul >. Then, introducing the label < li > in the loop, everything is active in the rollover.
Here’s the code
<li> <ul> <?php query_posts('cat=3&showposts=10'); ?> <li><?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink();?>"><?php the_title(); ?></a> <?php endwhile;?> </li> </ul>
And here’s the URL in what I’m working.
https://laboratoire-sisvita-swiss.com.mialias.net
The problem is in the category Productos (Products)Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rollover with loop query_posts.’ is closed to new replies.