I am trying to remove the left border where the active menu item meets right content div.
So it appears the active element is the same as the level as the main content div, like this http://dribbble.com/shots/663779-Left-navigation
If it matters I am using twitter bootstrap.
Any pointers greatly appreciated!
Edit: here is link to HTML/CSS
You can’t partially remove borders, you can only cover them up. You need to make the selected item overlap the border (or have a script that places another element over the border).