Pure ASP Upload 3 Support Product Page

PAU 3.10 - progress bar position

Reported 20 Dec 2012 09:40:43
1
has this problem
20 Dec 2012 09:40:43 MX Addict posted:
I use PAU 3.10 with the progress bar

I use several long forms which need to be scrolled. At the bottom off the form I have the submit button.

When updating the form when a file is attached the screen shows the semi transparent grey background with the progress bar.

With a long form the progress bar is about 100px from the top and is not visible. It need to be centered at the screen.

When updating a large file with slow internet you can scroll up to see the progress bar otherwise you only see the transparent grey background and not the progress bar.

Somehow the progress bar need always to be centered at every screen.

Replies

Replied 20 Dec 2012 12:02:37
20 Dec 2012 12:02:37 Vulcho Vulev replied:
Hello MX Addict.

Can you please provide me with link to your page, where i can see what exactly you are trying to achieve?
If you don't want to post the link public, here is my e-mail:


Regards:Vulcho.
Replied 20 Dec 2012 12:45:16
20 Dec 2012 12:45:16 MX Addict replied:
Hi Vulcho,

I sent you the link.

You can see in the printscreen what I mean. A form page which scrolls. When hit the submit button below the progress bar fall off the screen.

Replied 20 Dec 2012 22:36:57
20 Dec 2012 22:36:57 MX Addict replied:
Hi Vulcho,

Is it possible always center the progress bar vertical?
Replied 07 Jan 2013 09:06:18
07 Jan 2013 09:06:18 Vulcho Vulev replied:
Hello MX Addict.

You can apply custom rule for Iframe:

<style type="text/css">
iframe {
	margin-top:40% !important;
}
</style>


where 40% value need to be replaced with the value which works for you.

Regards: Vulcho.
Replied 22 Jan 2013 22:09:29
22 Jan 2013 22:09:29 MX Addict replied:
Hi Vulcho,

Your iframe style affects all the iframe tags within my website. I think your script needs to assign iframe with a ID or class selector...

Replied 19 Mar 2013 09:19:22
19 Mar 2013 09:19:22 Vulcho Vulev replied:
Hello MX Addict.

Our extension is constructed to use iframe without attributes in the present version. Please specify id or class selectors for your containers for the moment to avoid any css inheritance.

Regards:Vulcho.

Reply to this topic