eevailen
03-26-2003, 01:49 AM
Hi, is there anyway to make oh say this
<style type="text/css">
i.yummy{
background-image:url(http://www.boomspeed.com/eevailen/yummyspider.gif);
position: absolute; top:1; right:5;
height:300;
width:50;}
</style>
to be more like
<style type="text/css">
body
{
background-image:
url("../images/smiley.gif");
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
without putting it in the body{? i tryed just the attachment and no repeat, and no go on that, doesnt even want to show up at all.
<style type="text/css">
i.yummy{
background-image:url(http://www.boomspeed.com/eevailen/yummyspider.gif);
position: absolute; top:1; right:5;
height:300;
width:50;}
</style>
to be more like
<style type="text/css">
body
{
background-image:
url("../images/smiley.gif");
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
without putting it in the body{? i tryed just the attachment and no repeat, and no go on that, doesnt even want to show up at all.