@jasonshanks. It looks like you made an addition in that area and might have missed something when doing a copy and paste.I installed the color changer 1.1a to test zencart build @ www.salvagecrate.com. I noticed in the CSS checker I get 1 error.
Sorry! We found the following errors (1)
URI : http://www.salvagecrate.com/includes...stylesheet.css
291 #filter-wrapper select
Is this normal ? Or did i mess something up ? This is not my live site , i am just trying to get ready before i try this on the main site.
Although the line numbers are different, the line 291 in your stylesheet.cssshould be#filter-wrapper select{width5%;height:35px;}Note the missing colon.#filter-wrapper select{width:5%;height:35px;}
HTH
Bookmarks