| View previous topic :: View next topic |
| Author |
Message |
jolemando
Joined: 30 Sep 2008 Posts: 5
|
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: 1055 Location: Undisclosed location
|
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 |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|