I’m having trouble trying to place my active anchor tab over the main content area border, i have tried adding position: relative etc but have had no joy, the tab also has to be positioned over the ul border so i think i may have set this up wrong, can anyone give me some pointers on how I could achieve this effect correctly?
My link http://jsfiddle.net/eBnUt/1/
Thanks
Kyle
You just need to add
margin-top: -2px;to.boxBody. Live example: http://jsfiddle.net/tw16/eBnUt/2/