Rank: Member Groups: Member
Joined: 5/11/2010 Posts: 10
|
I'm trying to use the AJAXUploader on a ContentPage with a MasterPage. The progress bar part of the uploader displays all messed up. To recreate this. Create a MasterPage, then the ContentPage and add the AJAXUploader. Notice the progress bar. HELP!!
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. It should not have anything to do with whether to use master page or not, but has to do with your contents in your master page, most likely your style files. Please try to comment out your master page code block by block to find out the triggering part. If it has to do with your style, then you will need to locate the CSS rule that caused the problem and either remove it or narrows the scopes of the rule so that it does not affect the progress bar.
Thanks
|
Rank: Member Groups: Member
Joined: 5/11/2010 Posts: 10
|
Found it, Thanks!! I had some margins set for IMG. Also for anyone else... be sure to refresh or restart your browser. It'll cache this stuff and really mess with you!!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad that it works. Thanks for the update!
|