I 'm using this css to insert an image at right corner of the textbox to appear like a dropdown.
.txtbox
{
background-image: url('/Images/Dropdown.png');
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
cursor: hand;
}
The image appears perfectly with this type of path reference in my local machine. But when I deployed it to the server the image doesn't show up. Is there something I could differently do to make the image appear in my dev server.
My Directory C:\inetpub\wwwroot\WebApp
bin
docs
Images
Scripts
Styles
Default.aspx
Login.aspx
Home.aspx
**Styles:**
style.css
site.css
Style.css has this .txtbox
**Images**
Dropdown.png
Logo.png