[IMP] HTML5 improvements with Javascript for old web browser

This commit is contained in:
Olivier DOSSMANN
2012-12-19 14:56:14 +01:00
parent 654344c18f
commit c4d5dca880
8 changed files with 36 additions and 23 deletions

View File

@ -137,7 +137,7 @@ clear: both;
}
/* MENU */
aside#cartable {
nav#cartable {
position: absolute;
height: auto;
width: 20%;
@ -152,7 +152,7 @@ border-bottom-left-radius: 25px;
overflow: hidden;
}
aside#cartable h3 {
nav#cartable h3 {
width: 90%;
text-align: center;
border-bottom: solid;
@ -162,14 +162,14 @@ border-radius: 12px;
-webkit-border-radius: 12px;
}
aside#cartable a:link {
nav#cartable a:link {
text-decoration: underline;
}
aside#cartable a:visited {
nav#cartable a:visited {
}
aside#cartable a:hover {
nav#cartable a:hover {
}
/* ENQUEUE DE PAGE */

View File

@ -46,25 +46,25 @@ color: #ffffff;
}
/* MENU */
aside#cartable {
nav#cartable {
background-color: #223355;
color: #ffffff;
}
aside#cartable h3 {
nav#cartable h3 {
color: #ffffff;
border-color: #ffffff;
}
aside#cartable a:link {
nav#cartable a:link {
color: #aaaabb;
}
aside#cartable a:visited {
nav#cartable a:visited {
color: #aaaabb;
}
aside#cartable a:hover {
nav#cartable a:hover {
background-color: #aaaabb;
color: #223355;
}

View File

@ -47,25 +47,25 @@ color: #ffffff;
}
/* MENU */
aside#cartable {
nav#cartable {
background-color: #000000;
color: #ffffff;
}
aside#cartable h3 {
nav#cartable h3 {
color: #ffffff;
border-color: #ffffff;
}
aside#cartable a:link {
nav#cartable a:link {
color: #aaaabb;
}
aside#cartable a:visited {
nav#cartable a:visited {
color: #aaaabb;
}
aside#cartable a:hover {
nav#cartable a:hover {
background-color: #aaaabb;
color: #223355;
}

View File

@ -137,7 +137,7 @@ clear: both;
}
/* MENU */
aside#cartable {
nav#cartable {
position: absolute;
height: auto;
width: 20%;
@ -152,7 +152,7 @@ border-bottom-left-radius: 25px;
overflow: hidden;
}
aside#cartable h3 {
nav#cartable h3 {
width: 90%;
text-align: center;
border-bottom: solid;
@ -162,14 +162,14 @@ border-radius: 12px;
-webkit-border-radius: 12px;
}
aside#cartable a:link {
nav#cartable a:link {
text-decoration: underline;
}
aside#cartable a:visited {
nav#cartable a:visited {
}
aside#cartable a:hover {
nav#cartable a:hover {
}
/* ENQUEUE DE PAGE */