thumbslinger
05-06-2008, 04:04 PM
Chrome CSS Drop Down Menu (v2.01)
http://www.dynamicdrive.com/dynamicindex1/chrome/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
http://www.dynamicdrive.com/dynamicindex1/chrome/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