Jump to content

position de l'image


Recommended Posts

Bonjour est bonne fête à tous,

voila j'ai mis dans l'angle en haut à gauche de mes produits le % de remise effectuée incliner a 45° jusque la pas de souci, mais je n'arrive pas à mettre une image representant un bandeau sous le pourcentage ,

 

voici mon bout de code avec un background mais ce n'est pas top je voudrais une image avec une position fixe

 

Merci

 

.specific_prices {

background:url('../img/ruban.png');

float:left;

margin-top:-260px;

padding-left:6px;

padding-right:6px;

position:absolute;

text-align:left;

color: white;

font-weight: bold;

width:auto;

text-transform: uppercase;

-moz-transform: rotate(-45deg);

-webkit-transform: rotate(-45deg);

-o-transform:rotate(-45deg);

-ms-transform: rotate(-45deg);

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...