4b2b Is it possible to change the width of each drop down css menu generator button separately?

Is it possible to change the width of each drop down css menu generator button separately?

Q: Questions regarding horizontal menu design. How would one tweak/modify the published code to make all the buttons on the menu bar not to have the same size/width?

A: Open the generated code in any text editor and set the necessary value for width
parameter. For, example:

<!-- Start css3menu.com BODY section -->
<ul id="css3menu1" class="topmenu">
        <li class="topfirst"><a href="#" style="width:45px;height:18px;line-height:18px;">Item 0</a></li>
        <li class="topmenu"><a href="#" style="width:100px;height:18px;line-height:18px;"> </a></li>
        <li class="toplast"><a href="#" style="width:70px;height:18px;line-height:18px;">Item 2</a></li>
</ul><p class="_css3m"><a href="http://css3menu.com/">CSS Image Button Css3Menu.com</a></p>
<!-- End css3menu.com BODY section -->

Related

 
0