Extended background won't extend

I have a small image that I have used as the background image for a div that I want on the bottom of my page. I set the div as follow:

100% width
Overflow Visible
Float left
Clear both
Horizontal Tile
Vertical Top

If I have the page alignment as none the image extends fine. When I set the page alignment to center the image will only fill the page width.

Where am I going wrong? Thanks.


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

You aren’t doing anything wrong. The issue is that in order to center
a page, it must have a certain width, otherwise it would also just
stretch out to fill the available browser area. If it has a width,
then any 100% wide elements contained inside it will also have that
same width. After all, they have to be 100% of something, and so they
zoom up to the size of their nearest parent element. You can work
around this with a fully inline layout, though, by centering part of
the page as an inline element with its margins set to Auto, and then
floating your full-width footer below that with its margins set to 0
and its width set to 100%.

Walter

On Jun 24, 2011, at 4:48 PM, george wrote:

I have a small image that I have used as the background image for a
div that I want on the bottom of my page. I set the div as follow:

100% width
Overflow Visible
Float left
Clear both
Horizontal Tile
Vertical Top

If I have the page alignment as none the image extends fine. When I
set the page alignment to center the image will only fill the page
width.

Where am I going wrong? Thanks.


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

Did as described. The entire layout is inline. I set all the divs to Auto margin except the one with the extended image.

The inline divs are not being centered and I’m getting weird spacing between the divs.

Do I have to set Float and Clear to anything?


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

Try this document for an example: http://scripty.walterdavisstudio.com/freewaytalk.freeway

You can see it here: FreewayTalk

Walter


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

Sorry, not following.

First link the video doesn’t play

Second link shows an example of what it looks like, not how to set things.


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

The first one is a Freeway document, try downloading it and opening it
in Freeway.

Walter

On Jun 24, 2011, at 6:42 PM, george wrote:

Sorry, not following.

First link the video doesn’t play

Second link shows an example of what it looks like, not how to set
things.


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

Got it. That should help. Took me a bit to figure out how to get at the file, me not so bright!


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