It is in the templates/css folder, and as a precaution, I went and added the folders with their files to my current template but it makes no difference it is still doing this.
Ok, to be a little more clear, I looked at your home page source code:
and it is not loading.<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/clean_business/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/clean_business/css/print_stylesheet.css"
Double check, it looks like it needs to be in THIS folder:
includes/templates/clean_business/css/
Try that.
JOhn ><>
Newest Site: ChargerPros - Stuff4Toys
That is so bizaar, because it is there. I even just made some changes to the style_imagehover.css file in my clean_business template and then uploaded it, overwriting the file. How do I make sure it loads then?
http://www.knotnbauble.com/images/Image4.jpg ---> see screenshot
Last edited by SaMortensen; 4 Feb 2009 at 11:19 PM. Reason: added image
John - I'm confused. It is the stock one from the Image Handler file that I downloaded. The only thing I changed is the position. It had absolute - so I tried Centered and changed the left and top position, and that didn't change anything except make the white box appear around the image with the wording small like it should be.
This is the actual code on the style_imagehover.css page:
Any other ideas?#trailimageid {
position: center;
visibility: hidden;
left: 50px;
top: 150px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
Last edited by SaMortensen; 4 Feb 2009 at 11:29 PM. Reason: added code
Well I guess that's out too because I already did that. I put a copy in each one.![]()
Okay...I don't know what the deal is, but I changed it all back and now it works correctly.
Go figure.![]()
Newest Site: ChargerPros - Stuff4Toys
Bookmarks