HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Background Trouble
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
jorbs3210



Joined: 06 Apr 2008
Posts: 10

PostPosted: Tue May 13, 2008 6:53 am     Background Trouble Reply with quote

Can someone give me a working background code? None of the codes that I have used work for me. I think I am taking off the wrong stuff.
sticks464



Joined: 31 Dec 2006
Posts: 1171

PostPosted: Tue May 13, 2008 9:51 am     Reply with quote

background: #fff url(images/myimage.jpg);

Use repeat-x (repeat horizontal) or repeat-y (repeat vertical)

If it is for the body then no content is necessary for it to show. If it is for a container, there must be either a set height and width or content (paragraph or other elements).
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1274
Location: Biloxi, MS

PostPosted: Wed May 14, 2008 10:23 pm     Reply with quote

For more css background properties, see:

CSS Background Properties

Use the shorthand way as previously shown:

Code:
background: #color url(image_url) no-repeat center scroll;


Adds your background color, loads your image from its URL, sets a no repeat if a non-tileable image, centers in container and sets image to scroll with contents.

Ron
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial