Difference in side view with Mozilla and IE8

Best Joomla template with unique design which fits perfectly with car, gaming, business, portal or blog type websites
GK User
Wed Aug 18, 2010 9:24 am
Hi,

Mozilla is in me so far everything appears correctly.

When I use the site, which is not yet public, in open IE8,
I can scroll down the site indefinitely.

This could mean, according to that end we believe that further below
something will come. But this is not so.

Located at the IE8?
If you give me an e-mail, I can updates e-mailed the url.

Thank you
User avatar
Gold Boarder

GK User
Mon Aug 23, 2010 4:58 pm
Hi,

there is a solution.
If you want I can not quite publish URL via e-mail
send.
User avatar
Gold Boarder

teitbite
Wed Aug 25, 2010 1:25 pm
Hi

Ok. Send me the url.
User avatar
Moderator

GK User
Wed Aug 25, 2010 6:52 pm
So everything is the way via mail!
User avatar
Gold Boarder

teitbite
Sat Aug 28, 2010 10:21 am
Hi

Please take a look at the validation.

"No XML namespace (e.g <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">) could be found at the root of the document."

You have "de-de" as xml, so the file cannot be found. Please change it to "en" it should not affect the content.
User avatar
Moderator

GK User
Mon Aug 30, 2010 9:49 am
Where do I change exactly?

I also use Joomfish. It is still a German site.
But there are still adding other languages.
User avatar
Gold Boarder

teitbite
Wed Sep 01, 2010 11:09 am
Hi

It's accessible throught the Joomla Panel, but try maby hacke the code of template's index.php and add this hard to this line:

Code: Select all
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >

User avatar
Moderator

GK User
Thu Sep 02, 2010 8:39 am
Hi,

There have times changed.

The code looked like this.

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<?php echo $this->direction; ?>" >

It has unfortunately achieved nothing.

It is surely not in a language that
the template in IE8 as long scroll down.

It lacks even a little below. Compare it in Mozilla.
User avatar
Gold Boarder

teitbite
Thu Sep 02, 2010 4:51 pm
Hi

After this change the validation proceed. Please see it because there are copule of unclosed tags which can make this behaviour.

Try also remove the height value from class in template_css.css file:

Code: Select all
html {
height:100%;
margin-bottom:1px;
}
User avatar
Moderator


cron