Multiple backgrounds in a single style - Css

multiple backgrounds

Snippet Code


  
Rate this page :
  [ 0 votes]

use multiple backgrounds in a sing style in css. this snippet works only in FF.

background-image:url(images/hscripts_06.jpg), url(images/hscripts_04.jpg); background-position:right top, left top; background-repeat:no-repeat, repeat-x; (or) background:url(images/hscripts_06.jpg) right top no-repeat, url(images/hscripts_04.jpg) left top repeat-x;

Tags


Ask Questions

Ask Question