I inserted a picture by the following CSS statement and want to shift the 
position of this picture to the left:

GM_addStyle(".logo:after { content: url('otherlogo.png'); padding-left: -50px 
!important; }");

Mind the negative padding value!

Original HTML Code:

<div class="logo">
...
</div>

The picture is insert successfully but the shift does not happen.

Why?

Is there another way?

Ben




-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to