image - CSS blogspot background positioning help -
i'm trying hands on coding skin blogspot.com got else done except 1 issue part of design.
beside title of blog, i've design such there image floating right next title of blog. easy if use add in tag widget section, if share among people (where have different blog name result in different length) image move according title's length. i'm having problem this.
i've no idea how should attempt on can't use php on blogspot =/
to better understand said, here's example of meant http://i558.photobucket.com/albums/ss23/crayscrays/randomfonthelp.jpg
since it's applied background image, can set value "right", make go right side of element.
say, example, markup:
<h1>this blog post</h1>
your css this:
h1 { background: transparent url(myimage.jpg) no-repeat right center; padding-right: [widthofimage]px; }
that align image right side of text.
Comments
Post a Comment