Closed (fixed)
Project:
niGraphic Studio Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Aug 2008 at 19:30 UTC
Updated:
3 Sep 2008 at 12:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
nimazuk commentedI check the site.
i see the problem in IE. In FF it is ok. I couldn't find anything wrong in the code.
did you change the style.css? if so, please check the untouched version.
please let me know the result.
Comment #2
spopovits commentedI have added another image for the banner, but thats it. The problem existed before with the untouched code.
I don't think it is IE, because when I go to your demos I see the bars correctly with the same browser. If you could tell me which parts of the style sheet make the bars , I would be willing to experiment and help solve this.
I assume its some where in here with the display lines, but I am by far no expert in this;
.clearfixHead {
background-color:#FF8800;
display:block;
}
and
.clearfix {
background-color:#737373;
display:block;
}
Comment #3
nimazuk commentedStrange!
No I am checking your site from my home PC on IE6 and everything is fine!!!
Now I am sure that problem exists only on IE7, i don't know why.
That's right. this is the code. but it does not seem to have a problem :(
I attached style.css of demo site that you can see correctly, please rename style.css_.txt to style.css and replace it with your own, check and tell me.
thanks
Comment #4
spopovits commentedI tried the
.clearfixHead:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
to no avail
I then added the (to the .clearfixHead part)
display: inline-block;
and everything looks good, however I have no opportunity to test this on other browsers. So you may close this issue if you want because the original issue is solved and I am very greatful.....
Comment #5
nimazuk commentedNow there is a new dev release that fixes this issue.
Thank you.
Comment #6
nimazuk commentedComment #7
nimazuk commented