CSS in IE7
I have a select options tag in my HTML webpage like...
<select>
<option></option>
<option></option>
<option></option><option></option>
</select>
Using CSS property background-image, i need to set bkgrnd image for it. Its perfectly done for IE8 and IE9. But it fails to work in IE7. Find a solution for it..!
Please provide the complete code or a link!
RUN THIS IN IE7 and IE8
<html>
<select style="background-image:url('imgage1.png');">
<option>one</option>
<option>two</option>
<option>three</option>
<option>four</option>
</select>
</html>
Replace image with your URL......
My requirement is to run the webpage in IE7 successfully.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks