|
|
| How can I use an image with the option tag |
| what are you trying to do? |
| When using the option tag i want to place an image beside the text value used for the option tag <option value="">MY_IMAGE_HERE Text</option> does that make no sense |
| Easiest way to do it is to put a background-image and left-padding on the option element Because the image probably isn't the defining part of the option |
| how would I do that is there a link with an example |
| how much do you know about CSS? |
| I can figure it out if I see an example or source So lil to some What is the proper format for the following background-image: url(D:\Images\YOUR IMAGE HERE) |
| Ikopar, use relative paths: /images/image.img |
| What would be the relative path for the $path above On what The location of the root for what Say my root is for the firefox application located at c:\program files\ firefox How would I go about setting the location |
| It depends: if your web is /home/webs/myweb and there is an images directory called images, then you should use: images/image.img to call any image in this directory |
| Still confused a bit |