Pulldown not displaying
I created a pulldown and tested it in a local browser in IE but when I uploaded the data on my store for some reason the pulldown is not displaying?
In my head.tpl I applied this:
<div style="width:96px">
<ul class="menu">
<li class="top">
<a href="#" class="top_link"><span>Logged In</span></a>
<ul class="sub">
<li><a href="#">Summary</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Help</a></li>
</ul>
</li>
<li class="top"></li>
<li class="top"></li>
</ul>
</div>
And in my skin1.css I applied the css:
I have the .menu, .menu li, .menu ul casses.
>Does someone know why the pulldown menu is not displaying?
|