Old 07-24-2008, 02:44 PM   #1 (permalink)
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.
Michael is offline   Reply With Quote
Old 07-28-2008, 03:00 PM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian 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.
Adrian is offline   Reply With Quote
Old 01-01-2010, 05:59 PM   #3 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 7
Default

I'm doing the same thing, and thanks to your info I've got it working, except for one thing. Normally when you roll over the tabs, they slide side to side to give access to all tabs. In my current project after I moved the tabs to the top, the rollover area that causes the tabs to slide is about an inch below the visible tabs. Rolling over the tabs themselves does nothing. Can you clue me in to where this programming is located so I can adjust it?

Thanks.
sudonym is offline   Reply With Quote
Old 01-06-2010, 06:54 PM   #4 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Sorry, I can't imagine what you are saying. Could you put the gallery online and email me the link so I can take a look ?
Adrian is offline   Reply With Quote
Reply

Bookmarks

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



All times are GMT. The time now is 07:02 AM.