[flexcoders] btn.width wont accept %

2007-05-31 Thread Dave @ VitalPodcasts.com
Trying to generate a Navigation... newBtn.width = 100%; - doesnt work newBtn.width = '100%'; - doesnt work newBtn.width = 100%; - doesnt work Why can I not set a button to 100%?

Re: [flexcoders] btn.width wont accept %

2007-05-31 Thread Paul deCoursey
newBtn.percentWidth = 100; Dave @ VitalPodcasts.com wrote: Trying to generate a Navigation... newBtn.width = 100%; - doesnt work newBtn.width = '100%'; - doesnt work newBtn.width = 100%; - doesnt work Why can I not set a button to 100%?

RE: [flexcoders] btn.width wont accept %

2007-05-31 Thread Alex Harui
, 2007 1:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] btn.width wont accept % Trying to generate a Navigation... newBtn.width = 100%; - doesnt work newBtn.width = '100%'; - doesnt work newBtn.width = 100%; - doesnt work Why can I not set a button to 100%?