wmabear Posted May 31, 2004 Posted May 31, 2004 Hi it's me again Here is the situation I am working my way around all 4 sides of the page, all to be built using includes. There will be a header include, a footer include they will basically stay the same unless I need to make changes logo or whatever. In the left and right there are columns, the infomation in these will be fixed length and I want it to stay at the top of the column. The way it is now when I fill in the center of the page which will very the length of the right and left columns, the text in the columns centers to the length of the columns. I want the text to alway's stay at the top of the columns. Here is the test page that I am testing with http://www.giftdealsgalore.com/Untitled-1.php Here's what happens when the center of the page is long http://www.giftdealsgalore.com/Untitled-2.php Here is the file for the left column. <div id="Layer9" style="position:absolute; left:0px; top:30px; width:150px; height:733px; z-index:9; background-color: #669999; layer-background-color: #669999; border: 1px none #000000; visibility: visible;"> <p> </p> <p><font size="5">Product Categories</font> </p> <p><font size="2"><br> <a href="http://www.giftdealsgalore.com/candleaccess.php">Candle Accessories</a><br> <a href="http://www.giftdealsgalore.com/animalfigurines.php">Animal Figurines</a><br> <a href="http://www.giftdealsgalore.com/incenseburners.php">Incense Burners</a> <br> <a href="http://www.giftdealsgalore.com/scentedoils.php">Scented Oils</a><br> <a href="http://www.giftdealsgalore.com/collectibles.php">Collectibles</a><br> <a href="http://www.giftdealsgalore.com/homedec_int.php">Home Decor-Interior</a> <br> <a href="http://www.giftdealsgalore.com/sculptures.php">Sculptures</a><br> <a href="http://www.giftdealsgalore.com/artwork.php">Artwork</a><br> <a href="http://www.giftdealsgalore.com/jewelry.php">Jewelry</a><br> <a href="http://www.giftdealsgalore.com/personalaccess.php">Personal Accessories</a><br> <a href="http://www.giftdealsgalore.com/bathroomdecor.php">Bathroom Decor</a><br> <a href="http://www.giftdealsgalore.com/clocks.php">Clocks</a><br> <a href="http://www.giftdealsgalore.com/home-officedecor.php">Home & Office Decor</a><br> <a href="http://www.giftdealsgalore.com/huntingknives.php">Hunting Knives</a><br> <a href="http://www.giftdealsgalore.com/gardenaccess.php">Garden Accessories</a><br> <a href="http://www.giftdealsgalore.com/swords.php">Swords</a><br> <a href="http://www.giftdealsgalore.com/kitchenaccess.php">Kitchen Accessories</a><br> <a href="http://www.giftdealsgalore.com/cookware.php">Cookware</a><br> <a href="http://www.giftdealsgalore.com/tools.php">Tools</a></font></p> </div> Would it be as simple a converting the layer to a table in DW when the page is short to hold it and then create a new layer under ist to do the auto stretching. Any ideas Thanks Mike
Deverill Posted May 31, 2004 Posted May 31, 2004 If you are using tables you can use: ><td valign="top"> to shuffle everything to the top of that column. Not sure offhand how to do it with CSS but I'm sure there's a way.
wmabear Posted June 1, 2004 Author Posted June 1, 2004 Thanks Jim That sounds like what I was missing. I'll give that a try tomight and let you know what happens Mike
wmabear Posted May 22, 2005 Author Posted May 22, 2005 Hi Jim It's me Mike and it has been a while, This is not a question. This is just a test to see how my signature looks for test purposes.
Recommended Posts