ByteDreams wrote:
> I'm working on my very first WP theme.
> Everything is inside a #wrapper which is underneath the body tag
> Then I have the following structure:
>
>
> I plan to add another sidebar for a three-column layout, and widgetize the
> sidebars, but haven't added the second sidebar yet.
> What I'm having trouble with right now is the footer which is the last div
> in the html, goes all the way to the top. I'm not sure I understand how to
> get that footer to rest at the very bottom.  
>
> Please help.
> Thanks, 
> ByteDreams
>
>   

You court disaster. Absolute positioning is destined to failure for the 
structure of a layout.  Fixed positioning is  not supported for IE6-- a 
browser you'll need to hit for a WP theme.  Start with a float layout 
that is known to work cross-browser. There are 40 of them here 
<http://blog.html.it/layoutgala/>. Make one of them yours. That ain't easy.
Best,
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to