I do have another question though…
I wanted to style one of my menu titles different than the others…I looked back through the comments and saw where you recommended adding first-child
li:first-child a
My issue was at the end of my list so I added last-child which seemed to work, except it made the last item in my submenus this style too…I added the code below to fix…
.dropmenu li ul li:last-child a {
position: absolute;
left: 0;
top: 100%;
padding: 6px 25px 6px 15px;
margin: 0px;
border-bottom:1px solid #3b3b3b;
color: #999;
I know this can’t be the best way to go about this as the open animation just drops in the last item in the submenu…
Can you tell me how to fix this properly?
Example listed here – http://www.4x4bcds.com/testsite/index.html


2069 Purchases
178 Comments