![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Ok HERE IT IS, this is what Ive got so far. With a little help from others Ive made my content containers height 60% of the screen so only on any screens larger than my imacs 20inch will the footer be floating in the middle of the window somewhere.
What do you think??
__________________
Plymouth Graphic and Website Design |
|
||||
|
Hmm....Ive just had another look at it when it is on the web and Im not sure I like the footer which gets further away from you as you make your internet viewing screen larger - what are your views? Should I just make it say 700px to 800px down the screen unlessed push further down otherwise?
__________________
Plymouth Graphic and Website Design |
|
||||
|
make the bottom padding massive, i.e 9999px, then make your bottom margin a negative number, i.e -9999px and see what that looks like.
__________________
It's not what you know or who you know, it's what you know about who you know !!! Website design you CAN afford |
|
||||
|
you amy have to give me the code, im a little confused.
__________________
Plymouth Graphic and Website Design |
|
||||
|
this is how i did it on my site for testing purposes.
Code:
.thrColLiqHdr #sidebar1 {
float: left;
width: 220px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CC95B5;
padding-top: 20px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 9999px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: -9999px;
margin-left: 0px;
height: 500px;
background-color: #F8E6F0;
}
.thrColLiqHdr #sidebar2 {
float: right; /* this element must precede in the source order any element you would like it be positioned next to */
width: 180px; /* top and bottom padding create visual space within this div */
background-color: #F8E6F0;
background-repeat: no-repeat;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CC95B5;
padding-top: 20px;
padding-right: 0px;
padding-bottom: 9999px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: -9999px;
margin-left: 0px;
background-image: url(../images/fount_bot.png);
background-position: right top;
height: 500px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
font-family: "Times New Roman", Times, serif;
font-size: 1.1em;
margin-top: 0px;
margin-right: 180px;
margin-bottom: 0;
margin-left: 220px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 20px;
}
__________________
It's not what you know or who you know, it's what you know about who you know !!! Website design you CAN afford |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Licences to add in footer | macca11 | General Web Design Forum | 0 | 20-04-2008 10:24 PM |
| IE7, dynamic content and misplaced footer | the_bee | Graphic Design and Web Design Help | 0 | 22-12-2007 03:52 PM |
| How to get my footer to stretch | ...Gav | CSS Forum | 6 | 16-12-2007 11:56 PM |
| 35 website footer designs, trends and styles | Graphic Design Links | Graphic Design Links | 0 | 25-10-2007 07:50 PM |
| CSS Footer | dave@wickmanstudios | CSS Forum | 8 | 10-08-2007 03:27 PM |
| All times are GMT. The time now is 11:57 PM. |