|
Posted by westsidesally on 12/11/06 00:33
dorayme wrote:
> In article
> <1165795486.431793.189310@l12g2000cwl.googlegroups.com>,
> westsidesally@gmail.com wrote:
>
> > Here's the code I'm using:
> >
> > <style type="text/css">
> > body
> > {
> > background-image:
> > url('line.gif');
> > background-repeat:
> > no-repeat;
> > background-position:
> > left
> > }
> > </style>
> >
> > I just have this placed inside the head, but I'm just not sure how to
> > get the image itself to move over about 200px from the left???
>
> background-position: 200px 0px;
That's great, thanks a lot. So, is the first number always meant to
define from the left and the second from the top?
Also, is it better to simply link a css document rather than just
putting it all in the head?
Navigation:
[Reply to this message]
|