|
| |
|
|
thrash
Posts: 1 Joined: 4/29/2002 From: Status: offline
|
backgound image - 4/29/2002 16:18:54
Is there a way to center a background image and not have it cascade? Thanks Dan
|
|
|
|
nowlkldy
Posts: 1393 From: Topeka, Kansas Status: offline
|
RE: backgound image - 4/29/2002 20:49:26
Do you mean you want your background image to remain stationary and not scroll? Try www.dynamicdrive.com or http://javascript.internet.com for some scripts to have a stationary image Dave _________________________ Nothin' ain't worth nuthin' but it's free. --Janis Joplin
|
|
|
|
godshall2
Posts: 370 From: Telford PA USA Status: offline
|
RE: backgound image - 4/29/2002 21:08:29
Hi Dan, This will stop your image from repeating down the page: <style> BODY { background: url('images/back.gif') repeat-x; } </style> Troy | www.aplustemplates.com
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: backgound image - 4/30/2002 4:02:07
And this will center it on the page... <style type="text/css"> body{background-image:url("images/file.gif");background-repeat:no-repeat;background-position:center center} </style> You can read more about background images and css at the W3Schools. SEO Consultants Directory Search Engine Optimization Tips
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|