stylesheet med html-sektion
Jeg vil gerne tilføje følgende til et mit eksterne stylesheet:html {
-ms-content-zooming: none;
-ms-touch-action: pan-x pan-y;
}
Jeg ved ikke, hvor i stylesheetet denne tilføjelse skal placeres. Er nedenstående korrekt? Og hvis ikke, hvad ville være korrekt?
html {
-ms-content-zooming: none;
-ms-touch-action: pan-x pan-y;
}
BODY{
background-color: #ffffff;
margin-top:15px;
margin-bottom:0px;
margin-right:1px;
margin-left:0px;
}
H1{
font-family: Arial;
color: #c0c0c0;
text-decoration: none;
font-style: plain;
font-weight: normal;
font-size: 10px;
background-color: #ffffff;
margin-top:27px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}
H2{
font-family: Arial;
color: black;
text-decoration: none;
font-style: plain;
font-weight: normal;
font-size: 12px;
background-color: #ffffff;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}
#logo{
position: absolute;
top: 10px;
left: 2px;
}
A:LINK {color: black;text-decoration: underline;}
A:VISITED {color: black;text-decoration: underline;}
A:HOVER {color: red;text-decoration: underline;}