Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08
help with padding
Poster: willow_t
Dated: Tuesday April 18 2006 - 1:31:31 BST
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
Poster: Migru
Dated: Tuesday April 18 2006 - 7:50:06 BST
Hi Jazmine,
there is a nice image describing the menu properties, look at
(scroll down to Milonic Menu Beginner Property Diagram )
http://www.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:
bordercolor="navy"; // or bordercolor="#000080";
borderstyle="solid";
borderwidth=1; //or borderwidth="1px";
borderstyle="solid";
borderwidth=1; //or borderwidth="1px";
Please see:
http://www.milonic.com/styleproperties.php
Michael
boarder property
Poster: willow_t
Dated: Tuesday April 18 2006 - 17:46:00 BST
Thank you so much,
I had been looking for that property for hours,
you're help is much apreciated
Jazmine