Click to See Complete Forum and Search --> : background appear from the right
marringi
05-16-2008, 04:56 PM
Hello,
I'm looking to have an background image appear once (background-repeat: no-repeat) from the right. How is that done?
marringi
05-16-2008, 05:50 PM
(Couldn't edit?)
also if possible: how can I have the background of a table cell appear once, starting from the bottom of the cell?
Centauri
05-16-2008, 06:27 PM
background-position: right top;
Marcin
05-16-2008, 06:54 PM
element
{
background-image: url('bgdesert.jpg');
background-repeat: no-repeat;
background-position: top right;
}
-------------------------------------------------
simpletags.org (http://simpletags.org)