I have a list of tabs to put under a picture. The word comes up under picture just like text. What/which css element will one use to get them to look like tabs.
How to make tabs
Started by fread, Oct 14 2009 02:55 PM
5 replies to this topic
#1
Posted 14 October 2009 - 02:55 PM
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
|
|
|
#2
Posted 14 October 2009 - 04:31 PM
There are a few ways, depending on the specific look you're after. Background images and borders are the two major techniques. Have you looked at the CSS for the TP theme on this site?
#3
Posted 16 October 2009 - 10:31 AM
WingedPanther said:
There are a few ways, depending on the specific look you're after. Background images and borders are the two major techniques. Have you looked at the CSS for the TP theme on this site?
No i have not...but i will now
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
#4
Posted 21 October 2009 - 03:09 PM
Would you believe i could not find it....i know how stupid :(
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
#5
Posted 21 October 2009 - 04:25 PM
The menu code is here:
<!-- Begin menu --> <div id="ja-splitmenu" class="mainlevel"> <ul> <li class="style1"> <a href="http://www.codecall.net" class="first-item" id="menu1" title="Home"><span>Home</span></a> </li> <li class="style2 active"> <a href="http://forum.codecall.net/" id="menu38" title="Forum" class="active"><span>Forum</span></a> </li> <li class="style3"> <a href="http://forum.codecall.net/blogs/recent-entries/" id="menu33" title="Programming Blog"><span>Blog</span></a> </li> <li class="style4"> <a href="http://www.codecall.net/component/ionfiles/" id="menu39" title="Downloads"><span>Downloads</span></a> </li> <li class="style5"> <a href="http://wiki.codecall.net/" class="last-item" id="menu40" title="Programming Wiki"><span>Wiki</span></a> </li> <li class="style6"> <a href="http://forum.codecall.net/tutorials/" id="menu107" title="Tutorials"><span>Tutorials</span></a> </li> <li class="style7"> <a href="http://www.codecall.net/resources.html" id="menu162" title="Resources"><span>Resources</span></a> </li> <li class="style6"> <a href="http://freelance.codecall.net/" class="last-item" id="menu41" title="Freelance"><span>Freelance</span></a> </li> </ul> </div><!-- End menu -->It will also use an external CSS.
#6
Posted 21 October 2009 - 04:30 PM
Much thanks....im reviewing
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:


Sign In
Create Account


Back to top









