- This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
#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..
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?
Add position:relative;
to #prodcutscontainer .products
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
Thanks much..Working great