views:

34

answers:

3

I am thinking of applying a new page to the admin section on my website and I wanted to make one page with three tabs ( picture should be included ) is this possible using jQuery. Thanks a lot.

alt text

+3  A: 

There are several jQuery tabs plugins out there:

If you don't need much functionality then just create your own with 3 links/elements and a set of <div> (or any other container) elements.

Nick Craver
flowplayer worked great thanks
Matthew Carter
+1  A: 

It sure is. But you don't even need jQuery to do this. CSS can do this quite simply. See here for some examples.

Isaac Lubow
+1  A: 

Yes, of course it's possible.

In fact, there are built in jQuery UI and enumerable plugins which do the job.

Jamiec
thanks flowplayer worked great
Matthew Carter
ha... thats the only one that was filtered by work proxy servers. So I couldnt even check it, but thought i'd include it as it came up in a search.
Jamiec