Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Fixing widget to bottom of dynamic sidebars (http://forum.bytesforall.com/showthread.php?t=7950)

adamcmacdonald Jul 4, 2010 06:51 PM

Fixing widget to bottom of dynamic sidebars
 
Folks, I could use some advice. I have 3 column blog, central col is the posted content with a right and left sidebar. I'd like to have a text widget stuck to the bottom of one my sidebars. The problem is there is a gap between where my last widget ends and the position at the bottom for where I'd like a text widget to live. I don't know how to stick that text widget to the bottom, or shove some dynamic spacer between widgets. I figure the best method is to know the height of the central column since it's the tallest, but I don't know how to determine the size of the middle column to tell me what the bottom margin should be for my text widget.

So my question:
Is the best way to fix a widget to the bottom of a dynamic sidebar (meaning the sidebar gets longer as the central col gets resized with posts) is by having CSS inserts like "position: absolute, bottom: -some%" and the bottom margin should be the height of the central column?

E.g. text-widget

div#text-000123456 h1 {
font-size:1.0em;
font-weight: bold;
position: absolute;
bottom: -100%; //where this should be the height of the central col
}

Thanks.

juggledad Jul 5, 2010 06:29 PM

See http://forum.bytesforall.com/showthread.php?t=6606

adamcmacdonald Jul 6, 2010 04:08 PM

Quote:

Originally Posted by juggledad (Post 36192)

1) I actually have read it seems 80-90% of the threads here. This was the first and only time I posted
2) I've used ATA for about a year, great options indeed
3) N/A
4) thought I did know CSS sufficiently

for the record, I wasn't expecting a mod to respond. You can close this thread.


All times are GMT -6. The time now is 12:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.