Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »CSS Forum

Notices

CSS Forum Cascading Style Sheets (CSS) and XHTML Forum


Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 31-01-2008, 05:04 PM
philjohns's Avatar
Established Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 501
Default

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??
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #22 (permalink)  
Old 31-01-2008, 05:06 PM
philjohns's Avatar
Established Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 501
Default

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?
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #23 (permalink)  
Old 31-01-2008, 08:42 PM
Russlock's Avatar
Established Member
 
Join Date: Jan 2007
Location: Middlesbrough, Teesside
Gender: Male
Posts: 402
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #24 (permalink)  
Old 31-01-2008, 08:43 PM
philjohns's Avatar
Established Member
 
Join Date: Oct 2007
Location: Ivybridge, Plymouth
Gender: Male
Posts: 501
Default

you amy have to give me the code, im a little confused.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #25 (permalink)  
Old 31-01-2008, 09:21 PM
Russlock's Avatar
Established Member
 
Join Date: Jan 2007
Location: Middlesbrough, Teesside
Gender: Male
Posts: 402
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5