I'm wondering if there is anyone out there who knows how to put padding or a margarine around the entire menu without affecting the space between each line. Everyway I have tried puts padding around each menu item and this effects the space between the lines.
http://dev2.bluemandala.com/test.html
here is an example of the menu I am working on, I'm looking to put a margin around the sub menu. If this is not possible please let me know so I can stop pulling my hair out.
Cheers,
Jazmine
help with padding
Hi Jazmine,
there is a nice image describing the menu properties, look at
(scroll down to Milonic Menu Beginner Property Diagram )
http://milonic.com/beginner.php
and you will see it is the border, you are looking for.
so set the bordercolor and the borderwidth in your menustyle
sample
Please see:
http://milonic.com/styleproperties.php
Michael
there is a nice image describing the menu properties, look at
(scroll down to Milonic Menu Beginner Property Diagram )
http://milonic.com/beginner.php
and you will see it is the border, you are looking for.
so set the bordercolor and the borderwidth in your menustyle
sample
Code: Select all
bordercolor="navy"; // or bordercolor="#000080";
borderstyle="solid";
borderwidth=1; //or borderwidth="1px";
http://milonic.com/styleproperties.php
Michael
boarder property
Thank you so much,
I had been looking for that property for hours,
you're help is much apreciated
Jazmine
I had been looking for that property for hours,
you're help is much apreciated
Jazmine