Jump to content
MakeWebGames

Recommended Posts

Posted

Does anyone have any example codes somewhere that i can look at that will allow me to have tabs at the top of the page that open new areas? I want to use this on the donator page. Tabs will be "Donator Packs", "Special Items", "More", and "FAQs"

Posted

All depends how you want the tabs:

- Static => click and open a new page

- JS Based => click and the JS will show the content without a page reload.

For the first case, you can either make images or use CSS to produce the look of the tabs, and then simply an "<a href>" pointing to the new page.

For the second you may use JQuery which offers a pre-made solution or you may find other free JS scripts for it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...