3
Hi,
Thanks for the tip but it doesn't seem to work.
(I cleared the templates_c folder and refreshed my browser)
Below the changes I've made.
Any other ideas ?
Thanks
Edwin
/*============= Style pour l'include globalnav.html ================*/
#xo-globalnav {
float: right;
padding: 40px 0 0;
margin: 0 0 18px;
}
* html #xo-globalnav { height: 2[color=CC0000]5[/color]px; } [color=CC0000](was 20)[/color]
#xo-globalnav .x2-label {
display: none;
}
#xo-globalnav ul
{
}
#xo-globalnav li {
font-size: 1.[color=CC0000]4[/color]em; [color=CC0000](was 1.0 em)[/color]
display: inline;
}
#xo-globalnav ul li a
{
padding: 30px 15px 0px 0;
margin: 0 0 0 30px;
color: #ccc;
background: #505050 url(img/tab.gif) no-repeat right bottom;
}
#xo-globalnav ul li a:hover
{
background: #505050 url(img/tabhover.gif) no-repeat right bottom; color: #FEFFB8;
}
/*
#xo-globalnav a {
color: #32529C;
text-decoration: none;
background: inherit;
}
#xo-globalnav a:hover {
color: #EAAD7B;
text-decoration: none;
background: inherit;
}
*/