Closed Thread Icon

Preserved Topic: Background Images (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20463" title="Pages that link to Preserved Topic: Background Images (Page 1 of 1)" rel="nofollow" >Preserved Topic: Background Images <span class="small">(Page 1 of 1)</span>\

 
CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 03-07-2002 15:42

I have an image that I would like to have as a background in a <td> However, does anyone have any suggestions on what to do to accomodate for different resolutions? There are no real repeating patterns or anything. Am I pretty much just screwed?

I noticed that on Doc's Ozones page the "island" fits in pretty much any window size. Looked at the code for a minute but sometimes I can't understand what the hell he does. . .

Thanks. Sorry if this doens't make much sense I haven't been sleeping much here lately.

Later,
C:\


~Binary is best~

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 03-07-2002 16:19

Actually, the image at www.ozones.com does repeat, if you have a really huge resolution.

You have two options, as I see it:
1. fiddle with the image until it repeats well.
2. make the image blend with the background color and use this:
td#mytd {
background:#(backgroundcolorhere) url(mybg.jpg) no-repeat;
}

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 03-07-2002 18:05

Yeah I figured that that was my only options. The background really has a lot going on and I can't really seem to find anything that repeats itself well enough to use. Think that I am going to just use the background color image thing. Just have to fiddle with the image so that it blends well on the edges.

Thanks for the help Slime!

Later,
C:\


~Binary is best~

« BackwardsOnwards »

Show Forum Drop Down Menu