1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
J'aimerais donc ajouter un lien (http://www.monsite.com) sur l'image header_pic.jpg
/*--------------------------------header pan---------------------------*/
#headerPan{
width:950px; margin:0 auto 0 auto; background:url(images/header_pic.jpg) no-repeat; height:343px;
}
#headerPan ul{
width:780px; margin:0 0 0 139px; display:block; height:21px;
}
#headerPan ul li{
display:block; float:left; height:21px; margin:0; padding:0;
}
#headerPan ul li a{
font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; color:#EAEAEA;
background-color:#242424; text-decoration:none; margin:0; height:21px;
}
#headerPan ul li a:hover{
color:#EAEAEA; background-color:#0867C3;
}
#headerPan h1{
margin:48px 0 0 251px; width:233px; height:100px; display:block;
text-indent:-2000px;
}
#headerPan form{
width:397px; height:46px; margin:115px 0 0 84px; font-size:0;
padding:0;
} |
Partager