I forgot to add one background image to my div. I want to add an image before the ::after pseudo-code, not sure if I have things in the right order ?

#inner {position:relative;}

#inner::after {content:"";background-image:url("/bg_learntut.gif");opacity:0.04;background-repeat:repeat;z-index:1;position:absolute;
     top: 0;
  right: 0;
  bottom: 0;
  left: 0;}

#inner::before {content:"";background-image:url("/grid.png");opacity:0.03;background-repeat:repeat;}
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to