Mind Boggling CSS error/problem, calling all professionals.
-
For the life of me, I’m trying to figure out and eliminate this problem. For some odd reason, I am getting this CSS Error for the A08r theme and yet can’t find it at all in the CSS file. Here is the error below in text form:
Line: 765 Context : *Parse Error - */ .post-title-header { background:url(img/headertop.gif) top left repeat-x; width:496px; height:35px; margin: 0 0 0.3em; text-align: right; padding: 0.5em 1em 0 1em; color: #f0f0f0; }
The other problem/issue I’m having is this.. I need to have this code listed in the CSS File TWICE for that background image to show up for behind the Post Link and Date. (Located near end of CSS File)
.post-title-header {
background:url(img/headertop.gif) top left repeat-x;
width:496px;
height:35px;
margin: 0 0 0.3em;
text-align: right;
padding: 0.5em 1em 0 1em;
color: #f0f0f0;
}If I remove one of those above, it disappears and don’t show up at all. =/ I didn’t have this problem before, so anyone have any thoughts and suggestions maybe? Thanks in advanced.. =)
spencerp
- The topic ‘Mind Boggling CSS error/problem, calling all professionals.’ is closed to new replies.