|
I have a very basic horizontal Nav bar and can't figure out two things.
1. I put a border-right 1px on each item so that I can have a simple separator. I obviously don't want the last item to have a border right 1px.
How can I get rid of it? I tried creating an id in the <li> to have "border-right: none; - but that didn't work.
2. How can I increase the clickable area for each nav bar item? Currently, only the nav bar item is clickable but I would like the surrounding "box" area to be clickable.
|