Jump to content

Site docs in tab format


Guest

Recommended Posts

Hi.

I am trying to display site docs in tabs like killer skin categories and having no luck any body any ideas I have been drawing a blank last couple of hours. Any advice very welcome.

Link to comment
Share on other sites

  • 4 weeks later...

You should be able to use the cat images and rename them according to your site docs images in layout.css. I don't know if this will work without further editing but worth a try.

.siteDocs {

text-align: center;

background-image: url(../styleImages/backgrounds/siteDocsBg.gif);

height: 30px;

color: #ffffff;

would become

.siteDocs {

text-align: center;

background-image: url(../styleImages/backgrounds/catBg.gif);

height: 30px;

color: #ffffff;

and so on...

Link to comment
Share on other sites

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...