Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorherbshirt
    • CommentTimeJul 8th 2008
     permalink
    Hi Guys

    Just when I thought I was getting the hang of css... so I pieced together some code I found and some code I produced and it all looks fine except (of course!) is IE.
    I was hoping someone might be able to tell me how to fix this... http://beyondchalk.com/dev/
    The bg image (the globe and mouse) seem to appear ok until you start clicking on the page then they disappear then reappear...

    Much appreciated,
    Herb.
  1.  permalink

    Hey

    I don’t think this is really a problem, however what you can do is just write small piece of Javascript for preloading image
    Check this

    Thanks
    Mir

    • CommentAuthorherbshirt
    • CommentTimeJul 8th 2008
     permalink
    I'm not sure it needs a javascript just to keep the image in place. i'm sure a piece of css would do the trick.
    • CommentAuthorParthiban
    • CommentTimeJul 8th 2008
     permalink
    Hi Herb,

    Remove the padding top in the class (#liquid-round .center-content .bodysplash) and add the following class

    .nav { padding-top:220px;}

    i.e.

    #liquid-round .center-content .bodysplash {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    margin: 0px;
    padding:0px 0px 0px 50px;
    background:#FFF url(images/compilebg.gif) no-repeat right top;
    }
    .nav { padding-top:220px;}

    Thanks,
    Parthiban
    • CommentAuthorherbshirt
    • CommentTimeJul 8th 2008
     permalink
    Thankyou, thankyou, thankyou Parthiban! It worked.
    • CommentAuthorParthiban
    • CommentTimeJul 15th 2008 edited
     permalink
    You are welcome, Herb.
Add your comments
    Username Password
  • Format comments as (Help)