help with padding

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
willow_t
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 1:17 am

help with padding

Post by willow_t »

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
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

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

Code: Select all

bordercolor="navy"; // or bordercolor="#000080";
borderstyle="solid";
borderwidth=1; //or borderwidth="1px";
Please see:
http://milonic.com/styleproperties.php

Michael
willow_t
Beginner
Beginner
Posts: 4
Joined: Tue Apr 18, 2006 1:17 am

boarder property

Post by willow_t »

Thank you so much,
I had been looking for that property for hours,
you're help is much apreciated

Jazmine
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

you´re welcome !

Michael
Post Reply