PlaneShift

Support => Forum and Website Discussions => Topic started by: Astrus on March 08, 2007, 12:14:16 am

Title: not a large problem
Post by: Astrus on March 08, 2007, 12:14:16 am
www.planeshift.it/download.html    All the text is shifted too far left and is in the navigation bar area
Title: Re: not a large problem
Post by: neko kyouran on March 08, 2007, 12:21:51 am
Use a different browser.  I'd go with FireFox.  IE isn't a real web browser anyways.
Title: Re: not a large problem
Post by: Karyuu on March 08, 2007, 12:25:02 am
I checked both with Firefox and IE, and the text seems to be in the correct position for me. What browser type and version are you using?
Title: Re: not a large problem
Post by: Gharan on March 08, 2007, 12:26:04 am
It's out of line for me too. :) Using IE (don't shoot me for using it i just had my comp rebooted and lost everything  :whistling:)
Title: Re: not a large problem
Post by: Karyuu on March 08, 2007, 12:28:08 am
IE6? It works with 7.
Title: Re: not a large problem
Post by: Gharan on March 08, 2007, 12:29:47 am
Hmm 6 I think i'm not sure how to check that Kary sorry.

EDIT: I'm running on IE 7
Title: Re: not a large problem
Post by: Karyuu on March 08, 2007, 01:05:49 am
To check the version of any application, go to Help --> About.

That page was working on all browsers when it was first put up, so some recent changes might have borked up the code. Does this page (http://karyuu.com/PlaneShift/download.html) work? If so, someone please double-check that all the text content matches up to the page currently on the PS website (the menu differences do not matter) and I will send it to Talad.
Title: Re: not a large problem
Post by: Gharan on March 08, 2007, 01:21:54 am
That link works fine and everything looks to be were it should be.
Title: Re: not a large problem
Post by: Xanacru on March 08, 2007, 01:25:22 am
Quickly checked it in IE6 and the planeshift.it version does look misaligned. Both versions look fine in Firefox. Version at karyuu.com looks fine in IE6.

The only immediate text difference appears to be with karyuu.com version showing:

Quote
Mac OSX Client ( 250 Mb):

and planeshift.it version showing:

Quote
Mac OSX Client ( 246.585 KB):

Could be a messed up .CSS, .HTML or a combination of both.
Title: Re: not a large problem
Post by: Karyuu on March 08, 2007, 01:29:16 am
I changed the MacOSX size on karyuu.com because the current is outdated :) Should have mentioned that.

Switched the style sheet on karyuu.com to the one hosted at planeshift.it - are there any differences, does the misalignment come back?
Title: Found a solution
Post by: Xanacru on March 08, 2007, 01:34:43 am
No, karyuu.com still looks fine in IE6. :)

I'll try to take a look at the source and see what's going on.

*edit*

I found the culprit.

The planeshift.it version has this bit of code added to download.html file where it lists "Mirror 1"

Code: [Select]
<span class="content" style="margin-top: -110px;"></span>
Removing it fixes the alignment. :)