Code: Select all
.hideme {
background:#FFFFFF url("{T_THEME_PATH}/images/forum_background.jpg") center no-repeat;
}
.hideme input[type=text]:focus, select:focus, textarea:focus {
background: #FFFFFF !important;
}
What happens here is that when the user clicks in the Quick Reply box, the background image disappears immediately, for editing, but as soon as they leave the box, the image reappears, even as they are on their way to the submit button.
My own image is less transparent and thick than Stokers, so maybe I would get fewer complaints from my forum users if I made it more transparent as well.