Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

My logo is not displayed any more when I changed the image file

I replaced the logo.giv on my drive and now the image would not diaply.  I modified the width and height to 178X65 in the css class.

What does the following line do?  Why is it 10px ?  The image is 178X65 px.  Anyway, how can I get my logo to display?  Thank you.

background: url(../img/global/logo.gif) 10px 0px no-repeat;
body #wrapper a.generic-header-monogram {
    position: absolute;
    right:0px;
    top:-207px;
    display:block;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 50px;
    background: url(../img/global/logo.gif) 10px 0px no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}

Open in new window

body #wrapper a.generic-header-monogram {
    position: absolute;
    right:0px;
    top:-207px;
    display:block;
    padding: 0;
    margin: 0;
    width: 178px;
    height: 65px;
    background: url(../img/global/logo.gif) 10px 0px no-repeat;
    overflow: hidden;
    text-indent: -9999em;
}

Open in new window

SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

Avatar of lapucca

ASKER

In _main.css, this is where 2 class uses the 2 image files that I replaced with new ones.  Classes, "body #wrapper a.generic-header-monogram" and "#header h1.home a".   The size of these images were changed as I mentioned and now they won't show up.  Thank you.
homepage.htm