XFileSharing Pro - Little html problem, please help me!

Message
Author
Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

Little html problem, please help me!

#1 Postby Timmy » Feb 24, 2010 12:00 pm

hi friends,

today I was working in a new template for my site, everything is fine except when ppl is uploading... the progress bar dont appear fine.

Please take a look:
http://i46.tinypic.com/2yp0zkl.jpg

After upload finish, appears fine:
http://i48.tinypic.com/2heljch.jpg

What could be?


Please help me fix this problem :)

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#2 Postby PowerChaos » Feb 24, 2010 12:43 pm

thats your center command that is messed up

check your template and be sure the <center> is putted right

and that you got every table right , because it seems it get next to a table or that it goes out of center and as second to your template

as you should know , that upload bar is a iframe (inside page)

and that can give the error

Greets From PowerChaos

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#3 Postby Timmy » Feb 24, 2010 1:13 pm

I already checked everything... Its hard to find the problem!

I tried almost everything and the problem continues...
But must be in main.html because that was the only file that I changed. I modified the CSS file but only the colors...

The strange thing is that is only the upload bar that have problems with the new design.

Can someone check my source code to see If you can found the issue? please? :)

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#4 Postby Timmy » Feb 25, 2010 12:29 pm

Please, someone?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#5 Postby ankurs » Feb 25, 2010 1:25 pm

try uncomment this line in your css file

#progress_div {position:absolute;top:-9999px;left:-9999px;}

am not too sure though, am not good with css

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#6 Postby Timmy » Feb 25, 2010 1:37 pm

Thank you ankurs for reply my topic.

I did what you said, and almost solve my problem.
If I remove that line, solves my problem, but in the middle of the site appears the message: Initializing Upload...

So I think that you solve half of the problem, unless I know now what is causing this issue :)
Tried to remove the top:-9999px;left:-9999px;
But didn't work also.

Any more ideas? :)

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#7 Postby ankurs » Feb 25, 2010 1:53 pm

remove the line in css and in upload_form.html

try replace

<div id="progress_div">

with

<div id="progress_div" style="position: absolute;top:-9999px;left:-9999px;">

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#8 Postby ankurs » Feb 25, 2010 2:40 pm

http://validator.w3.org

try fix those , specially the last ones ; might help

Timmy
Posts: 146
Joined: Feb 10, 2010 8:17 pm

#9 Postby Timmy » Feb 26, 2010 1:01 am

many thanks ankurs, finally I solved my problem! :D
I had 7 errors to solve and now only have 1, and the problem with the upload process bar is finally fixed.

btw, can you help me solving the last error?
can see what is the problem.
you have my code in the post above.

this is the error:

Validation Output: 1 Error

Image Line 247, Column 9: end tag for "DIV" omitted, but its declaration does not permit this

Code: Select all

</center>

    * You forgot to close a tag, or
    * you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.

The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Image Line 17: start tag was here

Code: Select all

><div class="content">