[wp-trac] [WordPress Trac] #17959: WP-Tab css

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 1 17:13:39 UTC 2011


#17959: WP-Tab css
-----------------------------------+------------------------------
 Reporter:  WraithKenny            |       Owner:  WraithKenny
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  Awaiting Review
Component:  UI                     |     Version:  3.2
 Severity:  minor                  |  Resolution:
 Keywords:  has-patch ui-feedback  |
-----------------------------------+------------------------------

Comment (by WraithKenny):

 patch assumes markup usage like so:

 {{{
 <ul class="wp-tab-bar">
         <li class="wp-tab-active"><a href="#tabs-1">Tab 1</a></li>
         <li><a href="#tabs-2">Tab 2</a></li>
         <li><a href="#tabs-3">Tab 3</a></li>
 </ul>
 <div class="wp-tab-panel" id="tabs-1">
         <p>Tab 1 content</p>
 </div>
 <div class="wp-tab-panel" id="tabs-2">
         <p>Tab 2 content</p>
 </div>
 <div class="wp-tab-panel" id="tabs-3">
         <p>Tab 3 content</p>
 </div>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17959#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list