Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-29-2010, 01:40 AM   PM User | #1
ravenga
New to the CF scene

 
Join Date: Jun 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ravenga is an unknown quantity at this point
Height 100% problem please help

Hi I am creating a webpage while its not a huge problem I would like to know how to fix it.

I have a webpage that has the background set to height:100% it works until you scroll down the page it doesnt seem to refresh and will cut off.

I can set to height:auto it works fine however some of the pages dont have a lot of content, so it will cut-off the background at the bottom of the content...maybe half way down the screen.

Does anybody know a fix for this ?

I stripped down 2 pages please let me know if I am doing something wrong, or what I can do to fix it.

sample1

sample2

Both pages are full of empty paragraphs.


Thanks.

Last edited by ravenga; 06-29-2010 at 01:46 AM..
ravenga is offline   Reply With Quote
Old 06-29-2010, 03:23 AM   PM User | #2
russ86
New to the CF scene

 
Join Date: Jun 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
russ86 is an unknown quantity at this point
Instead of setting your background to 100%.. have you tried using the repeat function.

Example:

Code:
background-image: url(images/background.gif);
	background-repeat: repeat;
russ86 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:27 AM.


Advertisement
Log in to turn off these ads.