HighDots Forums  

Footer

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Footer in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
joslyn@kwdesign.net
 
Posts: n/a

Default Footer - 03-23-2009 , 09:41 AM






How do I get the footer to contain the side navigation buttons and be pushed down to the bottom?

Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: Footer - 03-23-2009 , 10:03 AM






joslyn (AT) kwdesign (DOT) net wrote:
Quote:
How do I get the footer to contain the side navigation buttons and be pushed down to the bottom?

I don't really understand that question.

Do you mean you want the address, which is currently in the side bar
lined up with the foot of the adjacent information and then navigation
buttons at the top of the side col?

If so you're out of luck. Css has its limits..... you can't have
something at the bottom of the col and something then at the top. You
might be able to 'fake' it by using absolute positioning or putting some
margin between the two blocks of information but it will never
ultimately be correct.

A simple table structure will do this nice.


Reply With Quote
  #3  
Old   
joslyn@kwdesign.net
 
Posts: n/a

Default Re: Footer - 03-23-2009 , 11:38 AM



Please see this link:
http://003a17b.netsolhost.com/kwdwebsite/ABOUTUS/TheTeam/theteam.html
I would like the footer to be containing the buttons on the left. Thanks!

Reply With Quote
  #4  
Old   
Osgood
 
Posts: n/a

Default Re: Footer - 03-23-2009 , 11:59 AM



joslyn (AT) kwdesign (DOT) net wrote:
Quote:
Please see this link:
http://003a17b.netsolhost.com/kwdwebsite/ABOUTUS/TheTeam/theteam.html
I would like the footer to be containing the buttons on the left. Thanks!

Add overflow: hidden; to the #container css as shown below:


..twoColElsLtHdr #container {
width: 736px; /* this overrides the text-align: center on the body
element. */
background-color: #333;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
border: thick groove #D6D6D6;
overflow: hidden;
}


Reply With Quote
  #5  
Old   
joslyn@kwdesign.net
 
Posts: n/a

Default Re: Footer - 03-24-2009 , 08:42 AM



The buttons on the left side extend past the footer. How do I make the area of
the footer run across below those buttons?
http://003a17b.netsolhost.com/kwdwebsite/ABOUTUS/TheTeam/theteam.html
Thanks!


Reply With Quote
  #6  
Old   
Osgood
 
Posts: n/a

Default Re: Footer - 03-24-2009 , 09:58 AM



joslyn (AT) kwdesign (DOT) net wrote:
Quote:
The buttons on the left side extend past the footer. How do I make the area of
the footer run across below those buttons?
http://003a17b.netsolhost.com/kwdwebsite/ABOUTUS/TheTeam/theteam.html
Thanks!

Try adding clear: both; to the .RightFooter css class, as shown below:

..RightFooter {
background:#333;
color: #CCC;
text-align: center;
font-weight: bold;
font-size: small;
font-variant: normal;
text-decoration: none;
padding-top: 0;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 210px;
clear: both;
}


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.