Everytime I create a logo in photoshop and then insert it into my header I get this doubling effect. Does anyone have any idea why?
Logo
LaDipp / Published News


Everytime I create a logo in photoshop and then insert it into my header I get this doubling effect. Does anyone have any idea why?
Logo
LaDipp / Published News
Answer is in one line: "Check your CSS"
- you have set width and height for your old logo size and now complaining when the new logo repeats
I got it fixed with the following CSS on firebug:
Code:#topPan img.logo {main.css (line 7) background:transparent url(../images/logo.png) no-repeat 0 0; height:150px; left:43px; position:absolute; width:350px; }