![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Force Div Tag to Bottom of Container
Hello.
I am fairly new to using CSS and Div Tags. What I am attempting to do is force a div containing some copyright info to the bottom of a parent div. This parent div contains other elements that scale in height according to content (i.e., feeds) but I would prefer that the copyright information always be in position. http://www.barrett-richards.com/build/company.asp My CSS is as follows: ..containera { height: 100%; width: 250px; border-left: 1px solid #CCCCCC; padding: 0; margin: 0; float: right;} ..containerb { height: 100%; width: 599px; padding: 0; margin: 0; float: left; position: relative; } ..companycushion { padding: 15px; border-bottom: 1px solid #CCCCCC; margin: 0; } ..searchstyle { padding: 15px 15px 0 15px; margin: 0; } ..secondarynav { width: 250px; border-top: 1px solid #CCCCCC; margin: 0 0 0 0; padding: 0 0 0 0; } ..lowernav { padding: 15px; margin: 0 0 0 0; } ..copybox { height: 38px; width: 250px; margin: 0; padding: 0; bottom: 0; background-color: #CC6600; } ..copyright { padding: 15px; font-family: arial; font-size: 9px; margin: 0; line-height: normal; color: #999999; border-top: 1px solid #CCCCCC; } ..contentcopy { width: 450px; padding: 15px 0 0 135px; margin: 0 0 0 0; } My Page: <div class="mainnavigation"> <!--#include virtual="/build/inc/primarynav_inc.asp"--> <!--#include virtual="/build/inc/logo_inc.asp"--> </div> <!-- Mid Section that Cointains Main Images, Content and Headlines, Search Box, and Secondary Navigation --> <div class="maincontainer"> <div class="containera"> <div> <!--#include virtual="/build/inc/company_inc.asp"--> </div> <div class="searchstyle"> <!--#include virtual="/build/inc/secondarysearch_inc.asp"--> </div> <div class="secondarynav"> <!--#include virtual="/build/inc/secondarynav_inc.asp"--> </div> <div class="copybox"> <!--#include virtual="/build/inc/copyright_inc.asp" --> </div> </div> <div class="containerb"> <div> <!--#include virtual="/build/inc/companyimage_inc.asp"--> </div> <div class="contentcopy"> <!--#include virtual="/build/inc/companycontent_inc.asp"--> </div> </div> </div> Thank you for your help |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|