Hi Alex,
On Thu, Apr 30, 2009 at 2:23 PM, Alex Harui <[email protected]> wrote:
> I can’t quite picture what you are describing.
>
Perhaps the simplest thing is to provide some screenshots. Attached are pngs
for the same app, in the same state (just after loading), on four different
browsers. You'll note the different vertical position of the tabs.
The relevant code is:
<mx:Image source="@Embed(source='assets/images/logo.png')" id="logo"
x="15" y="10" />
<mx:TabNavigator id="mainTabs" change="setDefaultViews(event)"
width="100%" height="100%"
x="5" y="111" backgroundAlpha="0.0" borderThickness="0" >
<views:SummaryView id="summaryMain" width="100%" height="100%"
label="Summary" />
<views:CaseView id="caseMain" width="100%" height="100%"
label="Cases" />
<views:PeopleView id="peopleMain" width="100%" height="100%"
label="People/Organizations" />
<views:ReportView id="reportMain" width="100%" height="100%"
label="Reports" />
<views:DBAdminView id="dbAdminMain" width="100%" height="100%"
label="Database Admin" />
</mx:TabNavigator>
The CSS for the Application contains:
Application {
color: #081263;
backgroundColor:#9bc8f2;
background-repeat:repeat-x;
background-image: Embed(source='assets/images/bg.png');
}
I've also attached the actual background png.
--
Thanks,
Tom
Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560