Posted by JK on 11/12/05 02:33
Figured it out. Needed <br clear="all" /> before the closing div tag for the
wrapper.
--
Jeremy Kitchen
770-777-3243
jeremy@industrialsoftware.net
"JK" <spamblocker@excite.com> wrote in message
news:tJ7df.13524$Dk.13238@bignews5.bellsouth.net...
>I put together a page outline here: http://www.kitchco.com/XHTML/kitchco2/.
>No content yet. I am new to xhtml. There is a link to the style sheet in
>the left column.
>
> Looks like it should in IE. Not right in Opera and Firefox. div wrapper
> does not stretch with the body copy. I think the problem is in the wrapper
> css.
>
> #wrapper {
> margin: 0 auto;
> background: #ffffff url(images/main.gif);
> background-repeat: repeat-y;
> width: 778px;
> padding: 0 0 200px 0 ;
> }
>
> The 200px in the padding line is the only way I could get the wrapper
> background to appear. Appreciate any help.
>
> --
>
>
> JK
>
[Back to original message]
|