You can have as many full-width “slices” across the middle of the page
as you need. So if you need a separate area above the white area that
can hold a fading slideshow, just layer another 100%-width box above
the first one, and push that first one down the page a bit. Unless
your top “slice” needs to also have a flexible height, you don’t need
to do anything more complex than this.
But if you need both the top and middle “slices” to be full-width AND
flexible-height, you will need to move up another layer, and insert
those two slices as inline children of the PageDiv. To do this, click
on both full-width HTML boxes so they are both showing their 8 handles
(selected for moving) and cut to the clipboard with Command -X.
Everything should now be gone from your page. Next, double-click on
the page itself so you see a flashing text cursor in the top-left
corner. Paste.
Your two layers should come in as direct inline children of the page,
hopefully in the order you expected. Now, make sure that the content
in your top slice is also build in an inline layout style (pasted in
with the flashing text cursor, not as positioned children, which you
would get if you merely drew the child elements over their parent box,
or moved them there with the spacebar trick).
Once that’s all confirmed, you can disable the height attribute for
all of these nested boxes using the Inspector so that they will flex
vertically and their content won’t overflow the bounds defined by
their CSS height attribute.
Walter
On May 20, 2011, at 9:58 AM, neil.west1 wrote:
On 12 May 2011, 11:02 am, waltd wrote:
Make your page background the blue color (use the Inspector). Then
draw an HTML box the full width of the page, set its width to 100%,
and its background to white. To center your “page” inside this white
area, double-click inside it, use the main menu to Insert / HTML
Item,
drag that out to your desired fixed width, set its margin to Auto (to
center it) and then build the rest of your page within that centered
box. Naturally, you have to use inline construction technique here so
the height can grow without overruns.
I’m having real fun with this. I’ve created the site within the
white box but I’m not having much success with getting a fading
slideshow (or any element) to appear ‘above’ the white box i.e. at
the top of the page without causing havoc on the rest of the page.
I’ve had various results including the header and main body
appearing side by side, or the header ranged left and the main body
centred, but I can’t get them both centred and one on above the other.
How would you set it up?
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