I enclose background image.
I like to add background just to listboxes.
How to do this?
Code is like:
PHP Code:
<tr><td class="">Myfirstlistbox1:
<select name="colour">
<option value='0'>Choose car...</option>
<option value=''>Mercedes</option>
</select>
</td></tr>
<tr><td class="">Size:
<select name="measure">
<option value='0'>Choose colour…</option>
<option value=''>5m</option>
</select>
</td></tr>
This background is in the middle of table with many TR and TD.
Is this possible to manage and have BOTH TR within ONE background?
Bookmarks