Posted by newsbirdie2 on 09/19/06 11:22
My site defines a div that fits into a 1024x768 browser window. For
most of my site, my content fits into this area just fine, with some
divs having a scrollbar. This lets me put a photo on the right side
for example with the text on the left. The box is outlined and there
is the copyright on the bottom. See for yourself:
http://tinyurl.com/zjzyv
now I want to integrate my blog (wordpress) into my site. The problem
is that the blog pages are much longer than will fit into my box. So
I'd like to know what the best approach is to do this. I see a few
options:
1 - fit the blog into the content div and use scroll bars. this will
be very ugly so I don't want to go this route.
2 - do away with the bounding box and do it normally. the blog will be
fine but it won't be seamlessly integrated into my site.
3 - come up with a way to make the bounding box dimensions dynamic.
this sounds like the best approach to me, but I do not think it's
possible.
So my question is, is it possible to do #3 and if so, how?
Thanks
[Back to original message]
|