lazygrl2day
09-21-2006, 01:20 AM
i am making my lookup and am normally fine with doing coding and remembering everything, but right now my mind isn't working and i can't remeber how to put a picture on my lookup so it takes over the whole background. can someone help please. :confused:
lazygrl2day
09-21-2006, 07:06 PM
ok, i realize that i didn't exactly say what i wanted to say. i would like to make the entire background this solid picture, but when i put in the code it either makes it the original size which is very small or it makes it tiled... how do i fix this please?
tokyo bleu
09-22-2006, 07:59 AM
Could you post the code you are using?
lazygrl2day
09-23-2006, 01:31 PM
<style>
body { background-image: url(http://usera.imagecave.com/lazygrl2day/1.jpg); background-repeat: repeat-y; }
#header { background-image: url(http://usera.imagecave.com/lazygrl2day/2.jpg); background-repeat: no-repeat; position: absolute; top: 0px; left: 0px; height: 400px; width: 745px; }
table, td, #n, #tbg { background: transparent; }
a div, #mb, #m, #ol, #tbg, .tt, #nst, .tl, #n, .hdr, center font b, .sf { visibility: hidden; }
#stats { position: absolute; top: 400px; left: 140px; width: 590px; }
body, td, div, a { font-size: xx-small; }
</style>
<div id="header"></div>
<div id="stats"><table></i>
heres the code, the picture is huge and not taking up the whole background, and plus i want to put a table in the center with all of my information in it and take the sidebar out and make the links at the top of my table. Any help would be greatly appreciated