J
Jeroen van vliet
Hello i have gor an css problem, i want to use a fixed font size and i pur
this in the head
<style>
body { font-size: 70%; font-family: verdana, helvetica, sans-serif; }
td { font-size: 70%; font-family: verdana, helvetica, sans-serif; }
h4 { font-size: 120%; font-weight: bold; }
..m { font-size: 80%; }
..headings { font-size: 80%; font-weight: bold; }
..title { font-size: 115%; font-weight: bold; }
..inputbox {
border-top:#333333 solid thin;
border-bottom:#333333 solid thin;
border-right:#333333 solid thin
font-family: verdana, helvetica, sans-serif;
}
..inputbutton { font-size: 90%; }
</style>
doesnt work, if i change the size in explorer to smaller or bigger, it still
changes
why?
Danny
this in the head
<style>
body { font-size: 70%; font-family: verdana, helvetica, sans-serif; }
td { font-size: 70%; font-family: verdana, helvetica, sans-serif; }
h4 { font-size: 120%; font-weight: bold; }
..m { font-size: 80%; }
..headings { font-size: 80%; font-weight: bold; }
..title { font-size: 115%; font-weight: bold; }
..inputbox {
border-top:#333333 solid thin;
border-bottom:#333333 solid thin;
border-right:#333333 solid thin
font-family: verdana, helvetica, sans-serif;
}
..inputbutton { font-size: 90%; }
</style>
doesnt work, if i change the size in explorer to smaller or bigger, it still
changes
why?
Danny