Ajax Experts, Need your help with tabs

Status
Not open for further replies.

JoeZ

New member
Dec 13, 2006
342
9
0
40
Tampa
I'm trying to develop this for a forum. I'll show the example and any help that could be provided to get this to work would b greatly appreciated.

Basically need slider style tabs...the rest I can figure out later.
 

Attachments

  • tabs.gif
    tabs.gif
    18.5 KB · Views: 46


I'm trying to develop this for a forum. I'll show the example and any help that could be provided to get this to work would b greatly appreciated.

Basically need slider style tabs...the rest I can figure out later.

Take a look at jQuery, you can easily do that with the animate function.
 
  • Like
Reactions: JoeZ
Sorry man I'm really ajax ignorant. I'm not sure where to even start with this. I see the code that should do it, but no idea how to implement or chage it to function properly

PHP:
$("div.contentToChange p.firstparagraph:hidden").slideDown("slow");
$("div.contentToChange p.firstparagraph

Mind a walk through to do this?
 
Thanks for the links, I hadn't known where to even start...heh


+Rep for you both.
 
OK, so I found a script that should do it, but am have some trouble getting it to behave as needed. Can someone look into the issue? Ill pay for the help, just need it done to specs soon. Here is the link to the demo and the files I'm using.

Index of /ajax

It is a jquery mod.

There is a 1 or 2 pixel difference between the top for the content area and the top of the corrosponding tab. Also, I need it to look much more like the gif I uploaded before, without all the white space.

Thanks again for all the help.
 
OK, so I found a script that should do it, but am have some trouble getting it to behave as needed. Can someone look into the issue? Ill pay for the help, just need it done to specs soon. Here is the link to the demo and the files I'm using.

Index of /ajax

It is a jquery mod.

There is a 1 or 2 pixel difference between the top for the content area and the top of the corrosponding tab. Also, I need it to look much more like the gif I uploaded before, without all the white space.

Thanks again for all the help.

I'm dead tired, but I'll sort it in the morning, I see what the issue is.
 
Status
Not open for further replies.