Michael: Schriftgöße mit strg&mouse wheel verändern?!?

Beitrag lesen

hier mein style sheet! ich hoffe es kann was erklären....

<html>
<head>
<title>CSS</title>
<style type="text/css">

<!--

*
  {
   color:#333333;
   text-decoration: none;
   font-family : Arial, Helvetica, sans-serif;
                  SCROLLBAR-FACE-COLOR: #FFFFFF;
                  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
                  SCROLLBAR-SHADOW-COLOR: #808080;
                  SCROLLBAR-3DLIGHT-COLOR: #808080;
                  SCROLLBAR-ARROW-COLOR: #CCCCCC ;
                  SCROLLBAR-TRACK-COLOR: #FFFFFF;
                  SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;

}
.title

{

font-family: verdana, helvetica, sans-serif;
   font-weight: bold;
   font-size: 13px;
   font : bold;
  }

.subtitle

{
   font-family: verdana, helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   font : bold;
  }

.text  {
  color: black;
  font-size : 13px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none }

.textb
  {
   color: black;
   font-size : 11px;
  }

/* Links */

.linkb
  {
   color: black;
   text-decoration: none;
   font-size : 11px;
  }

.linkt
  {
   color: #709E88;
   text-decoration: none;
   font-size : 11px;
   background-color : #F1F1F1;
  }

//-->
</style>
</head>