PDA

View Full Version : How can i say that?



Abus
January 25th, 2006, 07:05 PM
How can I write this

background="images/seperator.jpg" style="background-repeat:repeat-x;background-position-y:100%"

Like this

background: white url(images/seperator.jpg) repeat-x top right;


????

antizip
January 26th, 2006, 09:20 AM
<style type="text/css">
...
background:url(images/seperator.jpg) top right repeat-x #FFFFFF;
...
</style>