Christopher wrote:

> http://www.walkfar.ca/main2.html
> 
> Two problems it does not repeat along the X or the Y you see there is
>  a border,

The background won't/can't go outside its own container, and the
background-image is same size as the container-div so it has no space to
repeat on.

> second now if I nest a <div> within this <div> as a starting point I
>  assume I tab below this main <div> as so
> 
> <div>  
>     <div>
> 
> to nest, correct?

Missing end-tags in your example, so can't say.

The following is correct nesting of 3 divs, and it doesn't matter if
they're on same source-code line or spread on several since browsers
will look for matching start- and end-tags.

<div><div><div></div></div></div>

A question (to shorten the number of steps): what are you trying to
achieve`?
A quick PhotoShop drawing or something would be fine at this point.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to