Select to view content in your preferred language

HeaderController shifting back and forth...

633
3
05-05-2011 12:44 PM
JustinRiggs
Emerging Contributor
I modified my HeaderController to shorten it up, but now when I roll over the widget icons, it shifts back and forth from left to right. Is there any way to get it to stay in place?
Tags (2)
0 Kudos
3 Replies
AlexJones
Emerging Contributor
Can you post the mxml for your HeaderController. Everything in the group tag.

Did you change more than just that file?
0 Kudos
JustinRiggs
Emerging Contributor
Alex,

I didn't change anything more than that file. I did figure this out, though (kind of). I just had to fiddle around with the width and height properties of the image I replaced the label with, and at "50" the shifting stopped. Not an optimal solution but looks fine, and works for me.
0 Kudos
KarlWilson
Frequent Contributor
I had a similar experience - the width of the widget label was the key, as you've discovered already.
0 Kudos