Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 07-09-2007, 02:23 AM vertical stretch
Experienced Talker

Posts: 36
Trades: 0
hey all,

working on www.learningquickly.com/new-site/ and i can't seem to get the content to stretch vertically properly. the css file is at www.learningquickly.com/new-site/default.css

can anyone help?
edzdallas79 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-09-2007, 03:02 AM Re: vertical stretch
Extreme Talker

Posts: 238
Location: United States
Trades: 0
I just checked out your site in both FF 1.5 and IE 6, and I don't see anything wrong with it. What do you mean by vertical stretch?
frost is offline
Reply With Quote
View Public Profile
 
Old 07-09-2007, 05:10 AM Re: vertical stretch
Experienced Talker

Posts: 36
Trades: 0
i mean making it stretch vertically to (at least) 100% of the screen. check out one of the pages that doesn't have a lot of content, like http://www.learningquickly.com/new-site/contact.html. if your res is set to a higher value like 1280 by 1024, it doesn't stretch the whole height of the screen.
edzdallas79 is offline
Reply With Quote
View Public Profile
 
Old 07-09-2007, 02:29 PM Re: vertical stretch
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
Do you mean that you want the content box to stretch all the way to the bottom of the screen even if that area does not have much content in it? If so, add height:100% to your content div.
It should look like this:
Code:
#content {
	position: relative;
	width: 720px;
	margin: 0 auto 15px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
	text-align: left;
        height: 100%;
}
angele803 is offline
Reply With Quote
View Public Profile
 
Old 07-09-2007, 03:40 PM Re: vertical stretch
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
There is a sticky at the top of this forum area (does ANYBODY bother to read these ?? ) that is titled "Div 100%...." - the answer is in there.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to vertical stretch
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21470 seconds with 12 queries