#1 (permalink)  
Old 07-24-2008, 02:44 PM
Junior Member
 
Join Date: Jul 2008
Posts: 3
Default Tabs Location

How can I place the tabs on top instead of the bottom? makes more sense to keep them on top for viewers to have immediate navigation.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 07-28-2008, 03:00 PM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

You should play with the onResize function located the second frame of the gallery.fla file:

Code:
this.onResize = function() {
	...
	TabSlider_mc._y = 55;
	TabSlider_mc.height = sh-55; // set this to 0 
	...
};
You should also play with the other elements until you get them in the position you want.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.