tab contents

delon

Banned
Messages
397
Reaction score
0
Points
0
how can i create tabbed content on my web page using any of both - php / javascript like on yahoo.com where it says Featured, Entertainment, sports and videos. can someone provide me tutorials on it, or tell me how to make it which is easy to customize ( put my own graphics ).

thnx in advance
 

marshian

New Member
Messages
526
Reaction score
9
Points
0
You can do this with javascript alone.
You have to make a style with the tabs and a box. Then if you click one of the tabs, you change the contents of the box (innerHtml) with new content you receive trough an xml request.

It's a long time ago I've made anything like this, but I'll try to help you get started with it.

EDIT: sorry, can't get it to work
 
Last edited:

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Here are a few possiblities on how you could do this. AJAX, JavaScript, Flash and DHTML are the ones that pop up to me first thing on my mind. Those are possiblities, you could search w3 schools or any other website on google for how to do so, There is one really good example by a fellow x10 member, I'll just have to look for who it is/was...
 
Top