2 logos on HTML5 top nav skin Header?

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
SaraPM
Propeller Head
Posts: 25
Joined: Wed Jul 30, 2014 5:42 am

2 logos on HTML5 top nav skin Header?

Post by SaraPM »

Client is requesting that we do 2 logos on a top-nav header, one aligned left, one aligned right.
I have no idea how to do this in Flare's WYSYWIG skin editor.

Is this something anyone else has done? I can pop the skin open in JEdit and see what's going on, but it looks like the logo itself is a separate entity from the Header... Help?

<Styles>
<Style
Name="Header">
<Properties>
<Property
Name="BackgroundColor">#dcdcdc</Property>
<Property
Name="BackgroundGradient">vertical #a9a9a9 #dcdcdc</Property>
</Properties>
</Style>
<Style
Name="Menu">
<Properties>
<Property
Name="Float">left</Property>
</Properties>
</Style>
<Style
Name="Logo">
<Properties>
<Property
Name="BackgroundImage">url('Logo1.png')</Property>
</Properties>
</Style>
AlexFox
Sr. Propeller Head
Posts: 149
Joined: Thu Oct 19, 2017 1:56 am

Re: 2 logos on HTML5 top nav skin Header?

Post by AlexFox »

I'm not sure you'll be able to achieve this, can you give some more detail (i.e. a mock-up image of what this should look like?)
Post Reply