| View previous topic :: View next topic |
| Author |
Message |
jolemando
Joined: 30 Sep 2008 Posts: 10
|
Posted: Sep 30, 2008 9:30 pm Post subject: scroll problem |
|
|
Hi
Why there is scroll on main page on XFileSharingPro?
Demo : http://upload-pro.com/
I try to fix this but if i change overflow:hide, Then the scroll not shown on other pages. How i can fix this? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1901 Location: UFO Lab
|
Posted: Oct 06, 2008 10:11 am Post subject: |
|
|
Made a little research...this will fix your scrolling: in main.css update these classes:
| Code: | #div_file{position:static;top:-9999px;left:-9999px;}
#div_url {position:absolute;top:-9999px;left:-9999px;} |
plus updated iframe on the bottom of upload_form.html:
| Code: | | <iframe src="javascript:false;" name="xupload" style="position:absolute;top:-9999px;left:-9999px;"></iframe> |
added "top:-9999px;" in all the lines above if you wonder. |
|
| Back to top |
|
 |
|