PDA

View Full Version : Developing advanced tabs...



dskumars
29 Sep 2008, 12:08 PM
Hi,

I need some help to develop advanced tabs.Let me explain what i need is..I have a page with 4 tabs on it and 4 tabs has different information.so what we have now is whenever we click the tab1 that information will display on that page.But what i want is automatic page display without clicking the tabs.So it's kind of screen saver, and when i click the particular tab then it should stop that rolling pages and display that tab data.Below i am giving URL of the advanced tab example.May be you can understand easily if you see it.

Please give your valuable suggestions to me, how can i do this.



Thanks,

Santhosh

EvilTed
3 Oct 2008, 12:20 PM
I wouldn't recommend doing this.
This is not expected tab behavior and will confuse your users.

ET

TheBuzzer
3 Oct 2008, 12:34 PM
it should be possible if you add a listener of a event of mouseover.

Than the mouseover if ontop of the tab will do the same thing as onclick.