lookkool3
01-23-2012, 07:25 AM
heres a pic of what i got
http://i224.photobucket.com/albums/dd297/hellrazer21/3bg.png
and this is what im trying to do (this was from photoshop)http://i224.photobucket.com/albums/dd297/hellrazer21/dspbg.png
heres the CSS i know theres float and margins but i dont know if thats what im supposed to use to do this or how to even use it
#drywall {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
margin:5px;
margin-top:30px;
margin-left:44px;
}
#stucco {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
}
#painting {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
}
now i know its easier to just use one whole image for all three but i just want to make sure i know how to do this incase i run into something like this again:thumbsup:
http://i224.photobucket.com/albums/dd297/hellrazer21/3bg.png
and this is what im trying to do (this was from photoshop)http://i224.photobucket.com/albums/dd297/hellrazer21/dspbg.png
heres the CSS i know theres float and margins but i dont know if thats what im supposed to use to do this or how to even use it
#drywall {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
margin:5px;
margin-top:30px;
margin-left:44px;
}
#stucco {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
}
#painting {
background:url(images/DSP.png) no-repeat 00;
width:323px;
height:385px;
}
now i know its easier to just use one whole image for all three but i just want to make sure i know how to do this incase i run into something like this again:thumbsup: