Can it be done, ive been trying for ages but can't get them to show..

Can it be done, ive been trying for ages but can't get them to show..
Looking for a good desiner to design a social networking template.
PM me.
So like the vB mood changer?
Don't no what that means
I mean like
<form>
<select>
<option><img src="img.jpg"></option>
</select>
</form>
Looking for a good desiner to design a social networking template.
PM me.
<form>
<select>
<option><img src="img.jpg" /></option>
</select>
</form>
remember to close img tag. dont know if it can be done though.
if that dont work, try
<form>
<select>
<option><img src="img.jpg"></img></option>
</select>
</form>
Coming and going...
Highers are getting the better of me
Use CSS for the option tag, put a background on it, define the height, and put some padding on it![]()
No i mean i want to put images in the option form for you to select one so have an image instead of text
Looking for a good desiner to design a social networking template.
PM me.
Thats what Caleb said.
Yeah, it would be like:
In your css, create a new class, ex.
CSS
HTMLCode:.option_1{ background-image: url(path/to/img.png); background-repeat: no-repeat; width: ??px; height: ??px; } .option_2{ background-image: url(path/to/img_2.png); background-repeat: no-repeat; width: ??px; height: ??px; } .option_3{ background-image: url(path/to/img_3.png); background-repeat: no-repeat; width: ??px; height: ??px; }
(i think :p)Code:<form> <select name="imgselect"> <option class="option_1"></option> <option class="option_2"></option> <option class="option_3"></option> </select> </form>
I thought he mean decorating it
I have javascript in my <img> tags so that when the image is clicked it goes to the textarea..Yeah, it would be like:
In your css, create a new class, ex.
CSS
HTMLCode:.option_1{ background-image: url(path/to/img.png); background-repeat: no-repeat; width: ??px; height: ??px; } .option_2{ background-image: url(path/to/img_2.png); background-repeat: no-repeat; width: ??px; height: ??px; } .option_3{ background-image: url(path/to/img_3.png); background-repeat: no-repeat; width: ??px; height: ??px; }
(i think :p)Code:<form> <select name="imgselect"> <option class="option_1"></option> <option class="option_2"></option> <option class="option_3"></option> </select> </form>
Can i still do that?
Looking for a good desiner to design a social networking template.
PM me.
Want to hide these adverts? Register an account for free!