Libra
08-04-2006, 01:21 AM
I have a layout and I want the content box to be expandable and I believe I have to use CSS for it. What I want to do is have the main page loaded in the content area. I thought I could use an iframe for that, but for some reason that was not working. I sliced the layout. I think that's all the info that's needed...thanks.
a link to your page so far would be good.
yes, a div would normally expand to accomodate the content inside of it, iframes normally dont do that.
Libra
08-04-2006, 09:48 PM
www.44charlotte.com/44charlotte2.html
Well this is the site and now one of the slices is not lined up with everything else. I don't know what to do. I'm trying to make the pages load in the content box and have the content box expand, which I'm starting to believe isn't going to happen. I'm not sure how to do it with CSS.
[url]I'm trying to make the pages load in the content box and have the content box expand
those are two different entities.
you need to use an iframe to load content into it, but iframes dont expand in size, divs do that, but divs dont allow new content to load in them. with divs, you can make the appearance of new content loading into the div, in reality it will be a new webpage with the same stuff around, just new stuff in the "content" area.
Libra
08-05-2006, 03:39 PM
Okay, I think I'll stick to the iframe and lose the whole expanding content box idea. Thank you for your assistance.
Libra
08-08-2006, 04:51 PM
Okay, iframes were a bad idea. I have to go back to using divs.