tabbed content box with different tabbed background images
Prepare You will have to use some jQuery and jQuery UI on your tabs. Load it with wp_enqueue_script – Codex, How-To. The search In any case: Google for “jQuery Tabs”. Mark up The mark-up will look close to this one. <!– These are the tabs –> <ul class=”wpse-tabs”> <li> <a href=”#your-target-div-A” title=”Your target description A”> … Read more