How can you left indent the menu text?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
heapsy
Beginner
Beginner
Posts: 1
Joined: Thu May 17, 2007 9:28 am

How can you left indent the menu text?

Post by heapsy »

I'm trying to left indent my menu text by a fixed pixel amount of 10px.
padding=3; only applies the same amount, 3px, to all borders.
In CSS, padding: 3px 3px 3px 10px; would give me the effect I require.
Can anyone help?
Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Sure, you can set padding="3px 3px 3px 10px"; That should work fine.

If it doesn't you'll need to give up a page so we can see what is causing it not to work.

Ruth
Post Reply