Saturday 15 June 2013

javascript - Fixing the tab border -



javascript - Fixing the tab border -

i want create tab panel 2 tabs on entire width in html. found , example, have tiny problem. when select sec tab, there break between right tab border , right panel border.

what should do? help me please prepare it.

jsfiddle

you accomplish adding border-right .tabs , remove border-right li:nth-child(2) this:

jsfiddle - demo

.tabs > li:nth-child(2) { border-right: none; } .tabs { border-right: 1px solid #999; }

javascript jquery html css

No comments:

Post a Comment