[Pro] Can this be achieved in an inflow layout?

Currently the upper part of this website has not been done using the inflow method, because I don’t know how.

If you look at the screenshot, can this be achieved using a completely inflow layout? https://dl.dropboxusercontent.com/u/248835/Schermafbeelding%202013-07-17%20om%2016.40.57.png

I mean, the orange bar on top of a graphic item and the positioning of this bar and the small triangle and all of this inflow?

www.capteinbouw.nl


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

You can mix and match positioned and relative elements together in the same layout. So in this case, you could construct the outer image box as an inline element, and then position the orange banner absolutely within that image element. To get this effect, use Insert / Graphic Item to insert the image box inline, then click once on the image box so its handles show and choose the HTML Item tool from the toolbar and draw your orange box directly over the image. Make sure that you (initially) only begin and end the box drawing over the top of the image, so the HTML box becomes a positioned child of the image. Once you have finished drawing it, you can use the Inspector to change its dimensions without altering its position in the page hierarchy. By making the element too large for its parent, you can have it peek out of the right side of the box without losing the fact that it is nested into the image. Then when the page reflows, the two elements will move together.

http://scripty.walterdavisstudio.com/mixed-positioning.html

Walter

On Jul 17, 2013, at 10:57 AM, DTP2 wrote:

Currently the upper part of this website has not been done using the inflow method, because I don’t know how.

If you look at the screenshot, can this be achieved using a completely inflow layout? https://dl.dropboxusercontent.com/u/248835/Schermafbeelding%202013-07-17%20om%2016.40.57.png

I mean, the orange bar on top of a graphic item and the positioning of this bar and the small triangle and all of this inflow?

www.capteinbouw.nl


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

My Sample - Brand and Web Agency - San Diego | SPUR

I’m sure there are many ways to get the same result.
My method is using padding on the page and wrapper to make room for the orange bar to hang over the content
I have aded the banner image as a background-image in the html box and then did the same with the little shadow.png under the orange bar.
The orange bar floats right within the html item that is holding big image

Here’s a FW file with a sample - http://spurspace.com/JXYf/49XGvYUy

Cheers
Marcel


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

Aha. I missed the little folded-corner effect. I’ve updated my original example to include that, using a different CSS trick to put it into place. The :after “pseudo-selector” in CSS lets you generate elements like this without any images or additional markup in the layout.

Walter

On Jul 17, 2013, at 1:16 PM, Helveticus wrote:

My Sample - Brand and Web Agency - San Diego | SPUR

I’m sure there are many ways to get the same result.
My method is using padding on the page and wrapper to make room for the orange bar to hang over the content
I have aded the banner image as a background-image in the html box and then did the same with the little shadow.png under the orange bar.
The orange bar floats right within the html item that is holding big image

Here’s a FW file with a sample - http://spurspace.com/JXYf/49XGvYUy

Cheers
Marcel


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

I prefer the CSS method as well - I left it out as it may add another layer of complexity, especially taking FW’s convoluted multi step process of adding CSS


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

And one using the :before pseudo element.

http://www.deltadesign.co/fw_examples/CSSstuff/featurebanner.html

D


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

I think I’ve managed the other part, but how on earth can I apply :before pseudo element?


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

You don’t apply them, you just create them and the browser applies them. You very specifically never click on something and apply the style to it in Freeway.

Read this article for the step by step: http://actionsforge.com/articles/view/9-tag-only-styles

Walter

On Jul 17, 2013, at 3:33 PM, DTP2 wrote:

I think I’ve managed the other part, but how on earth can I apply :before pseudo element?


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