|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Progress bar doesn't come in status bar on using background-image:url(Upload.gif) css
.SAPBtnStd:hover { font-family: Arial, Helvetica, sans-serif;
font-size: 12px; color: #FFFFFF; text-decoration: none; margin-top: 5px; margin-bottom: 5px; background-image: url(button_Upload.gif); word-spacing: normal; width: 105px; height: 21px; font-weight: bold; text-align: left; vertical-align: middle; font-style: normal; line-height: normal; display: inline-block; margin-left: 4px; float: none; clear: none; background-repeat: no-repeat; background-position: left center; text-indent: 5px; padding: 2px; } <html> <table border="0" cellpadding="0" cellspacing="1"> <tr> <td nowrap > <a class="SAPBtnStd" href="javascript:upload()"> Upload </a> </td> </tr></table> </htmL> Above class SAPBtnStd is used in anchor tag <a>, background-image: url(button_Upload.gif); is used for the button. On clicking Upload button (which is image under anchor tag) the progress bar is not coming on status bar which should come. It comes if I remove background-image: url(button_Upload.gif); from my css but I have to use image and I can make the changes in CSS only Can you please tell what is the reason of progress bar not coming in status bar and what is the solution. Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Repainting progress bar from an event dispatching thread | Bill | Java | 4 | 01-22-2008 02:04 PM |
| vb.net progress bar | fcpmcs2005 | .NET | 1 | 11-08-2005 07:22 AM |
| progress status bar help | jaclin | ASP.NET | 0 | 03-24-2005 01:08 PM |
| How to make a status of progress bar while loading a recordset | Robin | VB Classic | 1 | 07-18-2002 11:48 AM |
| Script for scrolling | Mark | Web | 3 | 08-30-2001 12:45 PM |