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.

  1.  permalink
    I'm using this code:

    #mast {
    height: 275px;
    background-image: url(/images/layout/top_bg.jpg) repeat-x left top;
    }

    to repeat an image as, you guessed it, a mast that runs along the top. But, it's not doing that. If I remove the "repeat-x" it works in FF, but replicates itself throught the page in IE6. I'm working locally right now, so I can't throw up a link. Any ideas?
  2.  permalink
    Ed, check your syntax.

    Get rid of the "-image" and you should be golden.


    #mast {
    height: 275px;
    background: url(/images/layout/top_bg.jpg) repeat-x left top;
    }
  3.  permalink
    Snap ... I'm such a noob. Thanks. Now if I can figure out this IE margin issue. Oh IE, why won't you just go away?
Add your comments
    Username Password
  • Format comments as (Help)