- Posts: 14116
- Thank you received: 1639
Internet Explorer Problems!!!
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 5 months ago #19999
by ivan.milic
Replied by ivan.milic on topic Internet Explorer Problems!!!
templates/hot_flashes/css/eBrochure.css
body
{
background-color: #ececec;
filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#d1d1d1, endColorstr=#ececec);
font-family: Arial, verdana, Helvetica, sans-serif;
height: 100%;
font-size:100%;
}
and
.cm_main {
height: 100%;
width: 600px;
margin: 0 auto;
}
width: 600px; is problem
Also in your page source, in a middle of html content:
so you have style block in custom html module and that is catastrophic, move that code to template_css.css or template_css.php
body
{
background-color: #ececec;
filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#d1d1d1, endColorstr=#ececec);
font-family: Arial, verdana, Helvetica, sans-serif;
height: 100%;
font-size:100%;
}
and
.cm_main {
height: 100%;
width: 600px;
margin: 0 auto;
}
width: 600px; is problem
Also in your page source, in a middle of html content:
Code:
...
<div class="custom" >
<p>Copyright © 2012 Cuero Chamber of Commerce<br /><br /></p></div>
<style type="text/css">body { background-color:'transparent' !important;background-image: url(http://cuerochamber.com//images/backgrounds//fullbackground2.jpg) !important;background-repeat:yes-repeat !important;
background-position: top center; }</style></div>
<script type="t
...
so you have style block in custom html module and that is catastrophic, move that code to template_css.css or template_css.php
Please Log in to join the conversation.
-
h1c1s1
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
12 years 5 months ago #20049
by h1c1s1
Replied by h1c1s1 on topic Internet Explorer Problems!!!
Thank you for the fix on the column width. I got that taking care of. But, I am still fighting the background. I tried what you said and nothing changed. of course I have no idea what I am doing for the most part. In Joomla it has a background module and it automatically adds that style tag to the html when it is activated. So, do I not use this module at all? or what. If you could just tell me what code to put and where to put the code for a solid color background and/or a background image for the background. In a way that internet explorer will support it. I have posted a pic of the background module page I'm talking about in Joomla. Thanks for your help so far!
Please Log in to join the conversation.
-
h1c1s1
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
12 years 5 months ago #20050
by h1c1s1
Replied by h1c1s1 on topic Internet Explorer Problems!!!
ughh... I have it all screwed up now. Please help. I just need an simple way to put a background image that can be centered using hot flashes template. I can stop using the background module if need be. It seems to be injecting style code all over the place.
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 - 4 years 3 months ago #20063
by ivan.milic
Replied by ivan.milic on topic Internet Explorer Problems!!!
Add this some ware to your main style file
Code:
body{
filter:none!important;
background-color: 'transparent' !important;
background-image: url(http://cuerochamber.com//images/backgrounds//fullbackground2.jpg) !important;
background-repeat: yes-repeat !important;
background-position: top center;
}
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
h1c1s1
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
12 years 5 months ago #20085
by h1c1s1
Replied by h1c1s1 on topic Internet Explorer Problems!!!
could you be more specific. Which is my main style file? I added it to template_css.css and it did nothing.
thanks
thanks
Please Log in to join the conversation.
-
h1c1s1
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
12 years 5 months ago #20086
by h1c1s1
Replied by h1c1s1 on topic Internet Explorer Problems!!!
well, got it to work. I just had to fix the url. Thanks for the awesome support!
Please Log in to join the conversation.
Time to create page: 0.096 seconds