Page 1 of 1
problem backgroundimage in IE !
Posted: Fri Nov 23, 2007 9:48 pm
by dhddesign
Hi all,
I'm new here i have to say CmsMS is excellent!!
but i have a problem
http://pirmindh.nl/blog/
background is not visible.. in IE
http://browsershots.org/png/original/60 ... 47d8e5.png
Great thanks,
Dhddesign
Re: 2 problems, first finding file and second, backgroundimage in IE6
Posted: Sun Nov 25, 2007 2:34 pm
by dhddesign
nobody?
i really need help..
Re: 2 problems, first finding file and second, backgroundimage in IE6
Posted: Sun Nov 25, 2007 3:48 pm
by kermit
ie background:
replace this:
background: #f4f4f4 url(uploads/images/templates/and01/bg2.gif)top center repeat ;
with this:
background: #f4f4f4 url(uploads/images/templates/and01/bg2.gif) top center repeat;
note the space before top.
as far as the contact information goes. that all depends on where it is coming from; it's likely NOT a "file" but something in the admin area. since it's on every page, it's probably in the template (look for ) or a global content block called by the template in that spot.
Re: problem backgroundimage in IE !
Posted: Sun Nov 25, 2007 7:31 pm
by dhddesign
it doesnt make a diffrence...
Re: problem backgroundimage in IE !
Posted: Sun Nov 25, 2007 7:34 pm
by calguy1000
I'm sorry, but I fail to see why this is a CMS specific issue. from what I see it is not, it's an issue related to your layout and your styles. perhaps you should try google, or the #cms channel for help for generic layout issues.
Now I can understand people postiing here for issues that are directly related to CMS made simple, and I encourage that. But this isn't one of those times.
Re: problem backgroundimage in IE !
Posted: Mon Nov 26, 2007 7:26 am
by kermit
the ie background fix works in ie6; so it must be an ie7 thing.. perhaps seven is choking on the poor markup: invalid tags, unclosed tags, duplicate s, meta tags inside etc.. (this all on the 'home' page)..