thumbnail as background
Fuji86
Joined: 2006-02-16
Posts: 12 |
Posted: Sun, 2006-03-19 15:06 |
hello, Example: http://www.okermassive.de/rcorner Code (of the example): <style type="text/css"> div.transOFF {width: 100px; } --> <div class="transOFF" onmouseover="this.className='transON'" onmouseout="this.className='transOFF'"> My Problem: To set the thumbnail as the background of the table with background-image: url({g->image id="%ID%" item=$child image=$child.thumbnail class="%CLASS% giThumbnail"});happens nothing. I think, i need a g->url !? But what is the correctly code for this? Can anyone help me? Fuji And like always - sorry for my bad english ;) |
|