Jump to content

How to make tabs

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
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.
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts

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
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
Much thanks....im reviewing
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused: