A
alliel philippe
Hello,
I try to improve my css style
I don't find a solution so let the link in the external sheet. The idea is
to put it once a time in the external sheet and to call it with the html
page.
Something like this :
Page html :
<ul id="menu">
<li><a id="item1" href="">Expositions</a></li>
<li><a id="item2" href="#">Galerie des artistes</a></li>
<li><a id="item3" href="#">Nouveau</a></li>
<li><a id="item4" href="#">Défiscalisation</a></li>
<li><a id="item5" href="#">Informations</a></li>
<li><a id="item6" href="#">Contact</a></li>
<li><a id="item7" href="#">Liens</a></li>
Page CSS :
#menu li#item1{
href:"exposition.htm";
}
Is it possible ? What is the correct syntax.
Tkank you for your response.
Phil
I try to improve my css style
I don't find a solution so let the link in the external sheet. The idea is
to put it once a time in the external sheet and to call it with the html
page.
Something like this :
Page html :
<ul id="menu">
<li><a id="item1" href="">Expositions</a></li>
<li><a id="item2" href="#">Galerie des artistes</a></li>
<li><a id="item3" href="#">Nouveau</a></li>
<li><a id="item4" href="#">Défiscalisation</a></li>
<li><a id="item5" href="#">Informations</a></li>
<li><a id="item6" href="#">Contact</a></li>
<li><a id="item7" href="#">Liens</a></li>
Page CSS :
#menu li#item1{
href:"exposition.htm";
}
Is it possible ? What is the correct syntax.
Tkank you for your response.
Phil