This is similar to another thread. Is there a way to add a left and
right border to a 24 column div?
This is the markup
<div id="menu_tabs">
<ul class="tabs">
<li class="js_link">
<a href=#" class="current">Tab 1</a>
</li>
<li class="js_link">
<a href="#" class="">Tab 2</a>
</li>
<li class="js_link">
<a href="#" class="">Tab 3</a>
</li>
</ul>
<div class="panes">
sdg
</div>
</div>
#menu_tabs, ul.tabs, and div.panels are all 24 col last.
When I try to add a border to both the left and right of the panel div
only the one on the left displays.
http://skitch.com/noelgomez/ba4rq
If I make them all 23 cols I get this
http://skitch.com/noelgomez/ba4fb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---