seanncornell
May 22 2006, 08:42 PM
ok, does any one have a code that makes the div scroll bars have a backround color 2 them?
if so could i get that plzzzzzzzzzzzz
and also i need a code that enables me to have a backround image but keep the middle content section of your myspace white
thankssss
sean
GREASEbaby
May 22 2006, 09:50 PM
Scrollbox:
CODE
<div style="border: 2px solid rgb(0, 0, 0); background-color:######; width: 200px; height: 100px; overflow: auto;" >Put whatever you want in here</div>
I think that'll work.
freeflow
May 22 2006, 10:12 PM
CODE
<style type="text/css">
body{
background-image:url(urlhere);
background-color: ######;
background-attachment: fixed;
background repeat: repeat;
}
</style>