Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • keithejr Friend
    #130522

    Hi everyone hope i can get some help here,

    My logo appears fine in internet explorer 7 and various firefox versions but will not show up in internet explorer 6 and 5.5

    here is my website http://www.pixelms.com

    here is the code in the css i modified

    h1.logo a {

    width: 675px;

    display: block;

    background: url(/images/pixel2.png) no-repeat;

    position: absolute;

    height: 160px;

    bottom: 5px;

    left: 10px;

    }

    Please help!!
    Thanks
    Keith

    P.S. i’m a very amateur webdesigner

    Sherlock Friend
    #258297

    Hi Keithejr !
    You open template.css file in templates/ja_dravity/css folder , find following code section at about line 1435 :


    h1.logo a {
    background:transparent url(/images/pixel2.png) no-repeat scroll 0% 0%;
    bottom:5px;
    display:block;
    height:160px;
    left:10px;
    position:absolute;
    width:675px;
    }

    change to :


    h1.logo a {
    background:transparent url(/images/pixel2.png) no-repeat scroll 0% 0%;
    bottom:5px;
    display:block;
    height:160px;
    left:10px;
    position:absolute;
    width:675px;
    background-position:top left;
    }

    keithejr Friend
    #258458

    Hi, i made the recommended changes exactly as recommended but the logo still does not show up in IE 5.5 or 6.

    Any other suggestions, ideas or theories?? Obviously the logo is just about the most important part of my site so this is kind of a big deal 😀

    what else can i try
    thanks!!!
    Keith

    keithejr Friend
    #258863

    please guys!! tell me what code you need me to post here to aid in solving this. Should i just start with a fresh template?

    thanks!
    keith

    Sherlock Friend
    #258940

    Hi Keithejr !
    Please send FTP of your site for me via pm , i will help you. this is strange problem.

    Sherlock Friend
    #259119

    Hi Keithejr !
    I couldn’t access with FTP acc , which you send to me. Please check again .

    keithejr Friend
    #259747

    Could this be an issue with using a transparent png file? Does IE 6 and 5.5 read .png files differently or something? If i made it into a .gif i wonder if that would be smoother. I also need to make sure the swirly things on the top of the page are on top of my logo. Right now my logo is smothering them.

    bigrk Friend
    #259767

    Just make your logo a jpeg and change the reference in the CSS:

    background: url(/images/pixel2.jpeg) no-repeat

    To get the swirly things back change the height until it clears your logo:

    height: 160px; Just make the number greater than 160

    keithejr Friend
    #259784

    How can i make a trasnparent jpeg or at least something close to it that has the same quality? If i could make one that would be easy but i’m learning maybe there are ways to trick ie 5.5 and 6??? Any Tricks out there?

    bigrk Friend
    #259794

    Your logo is not transparent and you can see the shape of it plus it’s the reason you can’t see the background that you want to see. From my viewpoint name the picture as what it is so all browsers can see it and extend the height of the background so you can see the curly stuff. Otherwise make your logo smaller to see the background but your current logo will never be transparent.

    My two cents. Give it a try. 🙂

    Sherlock Friend
    #259797

    Hi Keithejr !
    Logo is ok , now , please check again.

    keithejr Friend
    #259946

    thanks hainn!!!!!!!

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  keithejr 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum