having trouble changing logo and removing CMS "tree" image
Posted: Wed Oct 21, 2009 1:09 pm
				
				I want to replicate this header image/logo setup on a new install of 1.6.6: www.vividedgemedia.com
it's currently looking like this: http://173.201.16.69/~vividedg/
the section i think refers to that in my stylesheet currently is:
div#header h1 a {
/* you can set your own image here */
background: url(uploads/images/vivid-logo.png) no-repeat left top;
/* this will make the "a" link a solid shape */
display: block;
/* adjust according your image size */
height: 100px;
/* this hides the text */
text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
text-decoration: none;
}
div#header h1 {
margin: 0;
padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
line-height: 0;
font-size: 0;
/* this will keep IE6 from flickering on hover */
background: url(uploads/ngrey/logoCMS.png) no-repeat left top;
-----------
what should i be doing to replicate that, and why is the CMS default logo showing up BEHIND my logo? any help would be appreciated.
			it's currently looking like this: http://173.201.16.69/~vividedg/
the section i think refers to that in my stylesheet currently is:
div#header h1 a {
/* you can set your own image here */
background: url(uploads/images/vivid-logo.png) no-repeat left top;
/* this will make the "a" link a solid shape */
display: block;
/* adjust according your image size */
height: 100px;
/* this hides the text */
text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
text-decoration: none;
}
div#header h1 {
margin: 0;
padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
line-height: 0;
font-size: 0;
/* this will keep IE6 from flickering on hover */
background: url(uploads/ngrey/logoCMS.png) no-repeat left top;
-----------
what should i be doing to replicate that, and why is the CMS default logo showing up BEHIND my logo? any help would be appreciated.