asdsdf
Coolest Member
Hi,
For my website, I'm trying to make it so that the sub-menus pop-out, instead of just taking up room. However, html I'm okay, but with CSS, I'm totally lost. If someone knows how to do so, please explain in nub(Which I am) terms. The current html for my menu is :
<div id="leftside">
<h2 class="hide">Menu:</h2>
<ul class="avmenu">
<li><a class="current" href="http://www.mantishaven.com/">Home</a></li>
<li><a href="http://mantishaven.com/store/index.html">Store</a></li>
<ul>
<li><a href="http://mantishaven.com/store/mantises.html">Mantises</a></li>
<li><a href="http://mantishaven.com/store/ootheca.html">Ootheca</a></li>
<li><a href="http://mantishaven.com/store/supplies.html">Supplies</a></li>
</ul>
</li>
<li><a href="http://shopsite.startlogic.com/ss8.3/sc/order.cgi?storeid=*22b877cacc5e3256d178000574b7842d4e4cfb&function=show">Shopping Cart</a></li>
<li><a href="caresheets.html">Caresheets</a></li>
<li><a href="logs.html">Mantis Logs</a></li>
<ul>
<li><a href="polog.html">Pseudocreobotra ocellata</a></li>
<li><a href="dllog.html">Deroplatys lobata</a></li>
<li><a href="bmlog.html">Blepharopsis mendica </a></li>
</ul>
</li>
<li><a href="shipping.html">Shipping Terms/Conditions</a></li>
<li><a href="mailto:[email protected]?subject=Inquiry">
Contact Us</a></li>
</ul>
How can I change it so that it pop-outs instead? ( I highlighted the places in red.) What changes do I have to make? CSS files? Thanks a lot!
(700th post...Not much compared to some of you guys, but it's a lot for me! Look, I even became the coolest member!!!)
For my website, I'm trying to make it so that the sub-menus pop-out, instead of just taking up room. However, html I'm okay, but with CSS, I'm totally lost. If someone knows how to do so, please explain in nub(Which I am) terms. The current html for my menu is :
<div id="leftside">
<h2 class="hide">Menu:</h2>
<ul class="avmenu">
<li><a class="current" href="http://www.mantishaven.com/">Home</a></li>
<li><a href="http://mantishaven.com/store/index.html">Store</a></li>
<ul>
<li><a href="http://mantishaven.com/store/mantises.html">Mantises</a></li>
<li><a href="http://mantishaven.com/store/ootheca.html">Ootheca</a></li>
<li><a href="http://mantishaven.com/store/supplies.html">Supplies</a></li>
</ul>
</li>
<li><a href="http://shopsite.startlogic.com/ss8.3/sc/order.cgi?storeid=*22b877cacc5e3256d178000574b7842d4e4cfb&function=show">Shopping Cart</a></li>
<li><a href="caresheets.html">Caresheets</a></li>
<li><a href="logs.html">Mantis Logs</a></li>
<ul>
<li><a href="polog.html">Pseudocreobotra ocellata</a></li>
<li><a href="dllog.html">Deroplatys lobata</a></li>
<li><a href="bmlog.html">Blepharopsis mendica </a></li>
</ul>
</li>
<li><a href="shipping.html">Shipping Terms/Conditions</a></li>
<li><a href="mailto:[email protected]?subject=Inquiry">
Contact Us</a></li>
</ul>
How can I change it so that it pop-outs instead? ( I highlighted the places in red.) What changes do I have to make? CSS files? Thanks a lot!
(700th post...Not much compared to some of you guys, but it's a lot for me! Look, I even became the coolest member!!!)
Last edited by a moderator: