[pmwiki-users] css background-image positioning

Ben Wilson ameen at dausha.net
Thu Jul 28 11:37:05 CDT 2005


Try something like this:

  background:            transparent url("/images/image.png") no-repeat;
  background-position:   bottom right;
  background-attachment: fixed;

Quoting Stephan Schildberg <schildberg at scoid.de>:

> I want to place different background-images in different positions in 
> my wiki via css.
> That means the following would be wrapped in a style:
>
> <style type="text/css">
> #example {
> background-image:url(example.png); background-repeat:no-repeat;
> background-position:300px 20px;
> background-color:white; height:400px;
> }
>
> Has someone invented a solution for this?
> Images with z-index would be welcome as well.
> But so far its not possible to choose xy points.
>
>
> regards, Stephan.
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>



-- 
Regards,
Ben Wilson

"Mundus vult decipi, ergo decipiatur"





More information about the pmwiki-users mailing list