Zeate
02-08-2003, 06:07 PM
Hi! I posted this code in my css-file,
body {
font-family: Verdana;
background-image: url(back3.gif);
font-size: x-small;
color: #00ccff;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #00000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
As you might see, my font is Verdana, and that font is a little larger then Times New Roman, but I want it to be like size three. But when I write a smaller font-size, it's not getting any smaller.. somebody who can help me?
body {
font-family: Verdana;
background-image: url(back3.gif);
font-size: x-small;
color: #00ccff;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #00000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
As you might see, my font is Verdana, and that font is a little larger then Times New Roman, but I want it to be like size three. But when I write a smaller font-size, it's not getting any smaller.. somebody who can help me?