Great theme, I can not get the vertical framing bars to show up , neither the orange or the grey vertical bars.
I looked at the css and can't find it.
Site is
http://www.screenprocess.com/
any ideas

CommentFileSizeAuthor
#3 style.css_.txt10.94 KBnimazuk

Comments

nimazuk’s picture

I 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.

spopovits’s picture

I 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;
}

nimazuk’s picture

StatusFileSize
new10.94 KB

Strange!
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 :(

.clearfixHead {
background-color:#FF8800;
display:block;
}

.clearfix {
background-color:#737373;
display:block;
}

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

spopovits’s picture

I 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.....

nimazuk’s picture

Now there is a new dev release that fixes this issue.

Thank you.

nimazuk’s picture

Assigned: Unassigned » nimazuk
Status: Active » Fixed
nimazuk’s picture

Status: Fixed » Closed (fixed)