|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Aug 4, 2002, 09:52 PM
|
#1
|
|
BANNED
Join Date: Jul 2002
Location: Indiana , USA
Posts: 2,677
|
background width
does anyone know the width that i would make my background for my site to keep it from tiling in a browser?
|
|
|
Aug 5, 2002, 07:16 AM
|
#2
|
|
DriverHeaven Senior Member
Join Date: May 2002
Location: Southern Illinois
Posts: 779
|
that depends on what resolution people are viewing it in but if you make in 1280 that will take care of 95 percent of the viewers. most viewers will be surfing at (800 X 600) or (1024 X 768).
|
|
|
Aug 5, 2002, 07:30 AM
|
#3
|
|
BANNED
Join Date: Jul 2002
Location: Indiana , USA
Posts: 2,677
|
Cool thanks
|
|
|
Aug 5, 2002, 03:51 PM
|
#4
|
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,177
|
or just dont tile it.
|
|
|
Aug 5, 2002, 11:25 PM
|
#5
|
|
BANNED
Join Date: Jul 2002
Location: Indiana , USA
Posts: 2,677
|
how would i keep it from automaticly tiling?
|
|
|
Aug 8, 2002, 01:43 PM
|
#6
|
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,177
|
specify the background using a css tag.
|
|
|
Aug 9, 2002, 02:43 AM
|
#7
|
|
BSD SMASH!
Join Date: May 2002
Location: A rabbit hole. . .
Posts: 1,169
|
You could make a layer below your content and place an image on it with a width and height of 100%.
|
|
|
Aug 9, 2002, 04:33 PM
|
#8
|
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,177
|
asymlt;style type=asymquot;text/cssasymquot;asymgt;
BODY {
background-image: url(background.jpg);
background-repeat: repeat-y; (or repeat-x or both.)
(can set start position with asymquot;background-position: 0px 0px;asymquot;<b></b>)
}
asymlt;/styleasymgt;
|
|
|
|
|
|