Jump to content

Liens .active a en css


Recommended Posts

Bonjour,

 

je galère depuis un bon moment pour faire fonctionner le style de mes liens actifs, le fameux .active a !!

voici mon code dans dans global.css :

div.block ul { list-style: none ; padding :0px 0 0 0 }
div.block ul.tree li { padding-left: 1.2em }
#left_column div.block .block_content a.button_large,
#right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
border-left: 1px #d0d3d8;
border-right: 1px #d0d3d8;
padding: 0 0.7em;
height:254px;
width:259px;
line-height:20px;
background: #eeebe6 url('../img/bg-menu.gif') no-repeat;
font-family:Verdana, Geneva, sans-serif;
text-align:center;
min-height: 16px
}
div.block li {
padding: 2.0em 0 0.2em 0em;
width:205px;
list-style-position: outside
}
div.block li a {
color: #ffffff;
text-decoration: none;
font-size:15px
}
div.block li a:hover {
color: #000000;
text-decoration: none;
font-size:15px
}
div.block li.active a{
color: #000000;
text-decoration: none;
font-size:15px
}

 

quelqu'un aurait une suggestion car ça ne marche pas ?

merci pour votre aide

Link to comment
Share on other sites

super, merci pour le lien !!! ^_^

 

Du coup j'en conclus que les internautes devront se fier au "breadcrumb" ainsi qu'au titre de mes rubriques.

 

A moins qu'il soit aisé avec prestashop de modifier un fichier php en particulier ?

 

encore merci Carl

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