@ http://jsfiddle.net/ktCb8/3/ you can see the example.
what do i need to do to get the bottom border on the ‘tab’ to be WHITE when hovering over one ‘tab’ (so that the tab over which hover is done is connected to the panel bellow and does not have the gray line).
thnx
latest > http://jsfiddle.net/ktCb8/27/ still cant get it to work 🙁 🙁
Just amend:
to:
Updated JS Fiddle.
Edited in response to question in comments:
It does indeed remove the bottom border from the
ulas well, to correct that I’d remove the above change, and simply append this new declaration:As in this JS Fiddle demo.