mikenap
08-09-2012, 10:42 PM
Hi all,
I've got this simple javascript dropdown menu,
http://www.oneeightyone.com/new/nav.htm
and I'm having two issues. One is that I'd like the list items to have some padding on the left, so that they are not overlapping the arrows. I've tried adding 'padding-left' to every style and I still can't seem to make it look right.
I'm also trying to get rid of the dashed line for each of the last list items. I've tried applying the ':last-child' attribute to what I thought was the right style, but I get nothing.
Any help is appreciated
I've got this simple javascript dropdown menu,
http://www.oneeightyone.com/new/nav.htm
and I'm having two issues. One is that I'd like the list items to have some padding on the left, so that they are not overlapping the arrows. I've tried adding 'padding-left' to every style and I still can't seem to make it look right.
I'm also trying to get rid of the dashed line for each of the last list items. I've tried applying the ':last-child' attribute to what I thought was the right style, but I get nothing.
Any help is appreciated