Template Cut Off in IE8

More
12 years 4 weeks ago #16449 by TheSterlingOne
I'm trying to figure out why my template is getting cut off on IE8. See attached photo or visit jcrispendo.com/index.php?option=com_cont...cle&id=71&Itemid=221 to see the issue in IE8.



Help!
Attachments:

Please Log in to join the conversation.

More
12 years 4 weeks ago #16459 by ivan.milic
add this just after <head> in index.php of template:
Code:
<!--[if IE8]> <meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <![endif]-->

Please Log in to join the conversation.

More
12 years 4 weeks ago - 12 years 4 weeks ago #16462 by TheSterlingOne
ok, I got it, however....

the menu seems to go haywire due to this fix.. see pic
Attachments:
Last edit: 12 years 4 weeks ago by TheSterlingOne. Reason: found file...

Please Log in to join the conversation.

More
12 years 4 weeks ago #16482 by ivan.milic
It renders:
Code:
[if IE8] <meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> [endif]

comment marks are missing? I should be:
Code:
<!--[if IE8]> <meta http-equiv="X-UA-Compatible" content="IE=7"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <![endif]-->

Please Log in to join the conversation.

More
12 years 4 weeks ago #16490 by TheSterlingOne
ok. here's how the code looks now...

<title>Dr. John P. Crisp, DDS, MS Wilmington North Carolina's only Laser Endodontist</title>

<html xmlns=" www.w3.org/1999/xhtml " xml:lang="language; ?>" lang="language; ?>" >
<head>

<!--[if IE8]>
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->

<jdoc:include type="head" />

<?php // module states
$showuser1 = $this->countModules('user1');
$showuser2 = $this->countModules('user2');
$showuser3 = $this->countModules('user3');
..."

This does not fix the problem...

jcrispendo.com/index.php?option=com_cont...cle&id=71&Itemid=221

Please Log in to join the conversation.

More
12 years 4 weeks ago #16504 by ivan.milic
Hi,

as I see you want to hide that menu on all interior pages ? Why you just don't set in module assignment for that menu to show only on home page?

Please Log in to join the conversation.

Time to create page: 0.319 seconds
Powered by Kunena Forum