- Posts: 9
- Thank you received: 0
Logo Space behaves differently in IE8 and Firefox
-
vancenelson328
Inactive member - Topic Author
- New Member
Less
More
12 years 5 months ago - 12 years 5 months ago #20080
by vancenelson328
Logo Space behaves differently in IE8 and Firefox was created by vancenelson328
I'm building a template based on Hot Office. I noticed that the top logo space behaves differently in IE8 and Firefox.
If I have a large logo and a large text module firefox will show the content iven when it pushes the content of the lower container down to fit.
IE8 simply cuts it off and doesn't show anything below the Logo space.
Is there a fix for this?
joomla.vnpsite.com
Van Nelson
If I have a large logo and a large text module firefox will show the content iven when it pushes the content of the lower container down to fit.
IE8 simply cuts it off and doesn't show anything below the Logo space.
Is there a fix for this?
joomla.vnpsite.com
Van Nelson
Last edit: 12 years 5 months ago by vancenelson328. Reason: Wanted to add the url for the site.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20096
by ivan.milic
Replied by ivan.milic on topic Logo Space behaves differently in IE8 and Firefox
add this in head section of index.php of template in beginning:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
that will force ie8 work like ie7
<meta http-equiv="X-UA-Compatible" content="IE=7" />
that will force ie8 work like ie7
The following user(s) said Thank You: vancenelson328
Please Log in to join the conversation.
-
vancenelson328
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 5 months ago #20122
by vancenelson328
Replied by vancenelson328 on topic Logo Space behaves differently in IE8 and Firefox
Thanks for the reply, however...
In the index.php file there isn't a "head" section.
I tried putting this in by itself and in a <header> tag but neigher would work
I apologize but I am not as familiar with PHP scripting to know where the head section is built in the template.
In the index.php file there isn't a "head" section.
I tried putting this in by itself and in a <header> tag but neigher would work
I apologize but I am not as familiar with PHP scripting to know where the head section is built in the template.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20133
by ivan.milic
Replied by ivan.milic on topic Logo Space behaves differently in IE8 and Firefox
index.php in template folder?
The following user(s) said Thank You: vancenelson328
Please Log in to join the conversation.
-
vancenelson328
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 5 months ago - 12 years 5 months ago #20139
by vancenelson328
Replied by vancenelson328 on topic Logo Space behaves differently in IE8 and Firefox
Thanks but it turns out that the string is already there in the index.php in the hot joomla template folder.
IE8 seems to work better when it is in compatibility view. When I deselect this I get a smaller logo area but the taller image is still cut off at the bottom as it is when it is in compatibility view.
In compatibility view I'll get about 25 to 30 extra pixels of height of the logo area.
Attached are screen shots of the issue
IE8 seems to work better when it is in compatibility view. When I deselect this I get a smaller logo area but the taller image is still cut off at the bottom as it is when it is in compatibility view.
In compatibility view I'll get about 25 to 30 extra pixels of height of the logo area.
Attached are screen shots of the issue
Last edit: 12 years 5 months ago by vancenelson328.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20148
by ivan.milic
Replied by ivan.milic on topic Logo Space behaves differently in IE8 and Firefox
Hi,
open index.php of template and find this:
.header_wrap {
-pie-background: linear-gradient(<?php echo $logoTop; ?>, <?php echo $logoBottom; ?>);
behavior: url(<?php echo $template_path ?>/css/PIE.php);
}
remove behavior property
open index.php of template and find this:
.header_wrap {
-pie-background: linear-gradient(<?php echo $logoTop; ?>, <?php echo $logoBottom; ?>);
behavior: url(<?php echo $template_path ?>/css/PIE.php);
}
remove behavior property
The following user(s) said Thank You: vancenelson328
Please Log in to join the conversation.
Time to create page: 0.320 seconds