css arghhhhhhh!!

polarbear6

Golden Member
Jul 14, 2008
1,161
1
0
is there a way that i can like strech my background image across a div tag
in the css

like i have a box like image that i want to strech accross my div tag ;p
please help soon
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,708
4,665
75
I'm no expert, but my suggestion would be to try starting with a real image (in <img> tag), size that img tag to the size of the div, make it position:relative, and then set the image's z-index so it's behind everything else.