Log in

View Full Version : txt in betwwen two images in postbit..


vanskills
04-20-2008, 04:11 PM
hello

in a sample postbit like this

.newclass {

background: url(images/dark_vb/scrollback.gif) no-repeat top left;

url(images/dark_vb/scrollmiddle.gif) repeat top left;

url(images/dark_vb/scrollbottom.gif) no-repeat top left;

color: #080808

}

How do i make the text only appear in the scrollmiddle.gif ?

thanks