Not sure what happened, but when trying to add a background (which I can't seem to do successfully), I now have a top menu and category that looks to have been affected by something but I don't know what.
I am using the default cre65_ats template.
This is what happened:
1. I tried adding a background by adding the following line in template.css:
background-image: url("../images/bg_bare_e_black.jpg");
(But I could never see the background.)
However, when I went into the firefox css I could see the background image (a grey gradient that I was experimenting with)
THEN, when I saw that this wasn't working, I removed the background in css and now have this wonky looking page. I didn't change anything else.
Certain elements or colors of the menu are now white with some grey, and the category listings on the left have no lines.
I checked both the stylesheet.css and the template.css and don't see anything I could have changed to cause this.
Both the stylesheet.css and the template.css now look like this in the first few lines:
Code:
/* body */
body {
margin: 0;
padding:0;
}
body td {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #5E5E5E;
}
a {
color: #17426b;
text-decoration: none;
font-weight: normal;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
/* body eof */
/* header */
.top_nav{
margin-bottom:10px;
}
table.branding{
margin-left:10px;
This looks like how it should have been originally, but for some reason my page is wonky. What could have gone wrong? The above looks perfectly fine and the body tag was the only tag I worked with.
I've gone in and deleted the background images from my files thinking maybe it was a cookie issue. But page is still weird looking.