Everything works great in all browsers under Mac OSX.
Under Windows XP it works fine in FireFox. However, in IE 6 and 7 the upload works, but the progress bar and data does not display.
XUpload - No Progress Bar/Data in IE
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 14
- Joined: Apr 09, 2007 4:07 pm
http://www.catchlight.com/upload.php
Upload works in IE, but it does not display the progress bar or data.
Password: aiUBGncP
Upload works in IE, but it does not display the progress bar or data.
Password: aiUBGncP
-
- Posts: 14
- Joined: Apr 09, 2007 4:07 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
This one is easy to solve: you modified HTML wrong
You have:
should be:
I think with style="display:none" it won't work in Safari, you can try style="position: absolute;left:-9999px;"
PS: nice site design, but left menu flicker on mouseover, this is IE bug, try to add this to your page:
You have:
Code: Select all
<Input type="hidden" name="inline3" id="inline3" checked="checked">
Code: Select all
<Input type="checkbox" name="inline3" id="inline3" checked style="display:none">
PS: nice site design, but left menu flicker on mouseover, this is IE bug, try to add this to your page:
Code: Select all
<Script>
try {document.execCommand("BackgroundImageCache", false, true);} catch(err) {}
</Script>
-
- Posts: 14
- Joined: Apr 09, 2007 4:07 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 14
- Joined: Apr 09, 2007 4:07 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm