Jump to content

Bloc reassurance - styles css


jlweb

Recommended Posts

Bonjour,

 

Lorsque j'affiche le module "bloc reassurance" (blockreinsurance), la liste s'affiche verticalement. Je souhaite l'afficherhorizontalement en footer.

 

Le CSS est le suivant :

================================

/* BLOCK #reinsurance_block ******************************************************************** */

#reinsurance_block {background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb;}

#reinsurance_block li {

float:left;

padding:15px 10px !important;

font-size:13px;

color:#333;

text-transform:uppercase;

text-shadow:0 1px 0 #fff;

}

#reinsurance_block .width1 li {width:960px}

#reinsurance_block .width2 li {width:470px}

#reinsurance_block .width3 li {width:305px}

#reinsurance_block .width4 li {width:224px}

#reinsurance_block .width5 li {width:175px}

#reinsurance_block li img{

float:left;

margin-right:10px;

}

#reinsurance_block li span {

float:left;

padding-top:12px;

width:65%;

}

================================

 

J'ai modifié le CSS de la façon suivante mais rien ne change :

 

================================

/* BLOCK #reinsurance_block ******************************************************************** */

#reinsurance_block {background:url(../blockreinsurance/img/bg_reinsurance_block.gif) repeat-x 0 0 #c3c7cb;}

#reinsurance_block li {

float:left;

padding:15px 10px !important;

font-size:13px;

color:#333;

text-transform:uppercase;

text-shadow:0 1px 0 #fff;

position: relative;

list-style: none;

}

#reinsurance_block .width1 li {width:960px}

#reinsurance_block .width2 li {width:470px}

#reinsurance_block .width3 li {width:305px}

#reinsurance_block .width4 li {width:224px}

#reinsurance_block .width5 li {width:175px}

#reinsurance_block li img{

float:left;

margin-right:10px;

}

#reinsurance_block li span {

float:left;

padding-top:12px;

width:65%;

}

================================

 

Comment faire ?

 

 

 

Merci d'avance ...

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...