Hey dit is me css:
<style type="text/css">
/* Scroll kleurtje.. */
BODY {
SCROLLBAR-BASE-COLOR: #f2f4f7; SCROLLBAR-ARROW-COLOR:#bac5d6 ;
}
/* Link decoratie.. */
A {
text-decoration: none;
color: #000000;
font-size: 10px;
font-style: normal;
font-weight: bold;
}
A:hover {
text-decoration: underline; color: #000000;
}
/* <h1> / </h1> text style.. */
h1 {
font-family: Verdana;
font-size: 12px;
color: #000000;
}
.1 {
font-family: Verdana;
font-size: 10px;
font-style: normal;
color: #000000;
text-decoration: none;
}
.2 {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: small-caps;
color: #000000;
text-decoration: none;
}
</style>
En in me html pagina gebruik ik als code om het te inporten:
<style type="text/css">@import "css/style.css";</style>
Ik weet dat het werkt want de links underline werkt wel. Waarom neemt hij de lettertype style niet mee? In internet explorer werkt hij wel.
Patrick.
1.481 views