another apple question

Hi,

I was wondering how to make a submenu like apple. You know the menu above the main image. Not the top menu but the submenu.
They always start with a image like “Itunes” and then HTML text like “specifications etc…”

Now I can create the same menu with CSS menu, but I can’t align one part of the text left and the other part right.

Can I do this in freeway

Thx,
David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Insert your image (iTunes) as an inline image, and set it to Align:
Left with the Inspector. Set the rest of your text to align right. The
two different alignment methods will not conflict with one another,
since the inline image uses float (internally – Freeway doesn’t label
it that way) and the text alignment uses text-align.

Or you could simply place the image as a layer where you want it to
appear, and the rest of the text in a separate HTML box, set to align
right.

Walter

On Apr 1, 2010, at 12:30 PM, david Verbruggen wrote:

Hi,

I was wondering how to make a submenu like apple. You know the menu
above the main image. Not the top menu but the submenu.
They always start with a image like “Itunes” and then HTML text like
“specifications etc…”

Now I can create the same menu with CSS menu, but I can’t align one
part of the text left and the other part right.

Can I do this in freeway

Thx,
David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options