Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS NEED HELP POSITIONING IMAGE

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38709
    cutepraba
    Member
    #prodcutscontainer {
    margin-left:5px; width:99%;
    border:1px solid #999; overflow:hidden;}
    #prodcutscontainer .products{
    display: inline-block; margin:10px;
    width:308px; background-color:#c4d2ea; min-height:300px; }
    #prodcutscontainer .products .pricetag{
    position: absolute; left:100px;
    top:0px; height:100px;
    width:100px; background:url(images/pricetag.png) no-repeat;}

    products .pricetag posstioning into body but I need to position relevant to “#prodcutscontainer .products”. Did I missing something. It is really annoying me. Please help..

    #105076
    Paulie_D
    Member

    I think we’re going to need more information.

    Do you have a link and can you describe what is (or isn’t) happening the way you expect?

    #105078
    Senff
    Participant

    Add position:relative; to #prodcutscontainer .products

    #105079
    cutepraba
    Member

    Posted the screenshot. I dont know how to position the ribbon image into products



    Fur quidam in diversoria mora


    From ₤



    • Primum hiare,postea in Lupi morem

    • Primum hiare,postea in Lupi morem

    • Primum hiare,postea in Lupi morem



    https://picasaweb.google.com/116979430686474579652/June292012#5759461276996649090

    #105080
    cutepraba
    Member

    Thanks much..Working great

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.