Chrome CSS Drop Down Menu (v2.01)
http://www.dynamicdrive.com/dynamici...rome/index.htm
I'm trying to remove the last right-border on the last main link. I have tried various incarnations of:
.chromestyle ul li a last {
border:none;
}
.chromestyle li a last {
border:none;
}
.chromestyle ul a last {
border:none;
}
as well as adding a class="last" within the href or not.
I just need to get rid of the right-hand border on the last main link.
Thanks



Reply With Quote

Bookmarks