|
|
|
|
|
для: goddamn
(24.11.2005 в 13:44)
| | спасибо большое. единственный форум, который постоянно меня выручает | |
|
|
|
|
|
|
|
для: MadeInUSSR
(24.11.2005 в 13:16)
| | font-size задавай в px или в pt. иначе определение размера будет зависеть от значений, установленных в броузере. по-моему так. | |
|
|
|
|
|
|
| вообщем создала такой стиль
/* CSS Document */
body {
background-color: #ffffff;
font-size: 16px;
font-weight: normal;
font-variant: normal;
SCROLLBAR-BASE-color: #663333;
SCROLLBAR-ARROW-color: #888970;
}
h1 {
color: #663333;
font-family: "Book Antiqua";
font-size: medium;
font-weight: normal;
font-style: normal;
}
h2 {
font-family: "Book Antiqua";
font-size: small;
font-style: italic;
text-decoration: none;
}
h3 {
font-family: "Book Antiqua";
font-size: x-small;
font-style: normal;
text-decoration: none;
font-weight: bold;
}
hr {
height: 3px;
color: #663333;
}
ul, li, p, td {
color: #663333;
font-family: "Book Antiqua";
font-size: small;
font-weight: normal;
font-variant: normal;
font-style: normal;
line-height: normal;
text-transform: none;
}
a:link {
color: #3333ff;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #333366;
text-decoration: none;
font-weight: bold;
}
a:active {
color: #0000cc;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
|
НО КРОМЕ ЭКСПЛОРА НИ В КАКОМ БРАУЗЕРЕ НЕ ПАШЕТ В ЧАСТНОСТИ РАЗМЕР ШРИФТА. ПОДСКАЖИТЕ ЧТО НЕ ТАК СДЕЛАНО? | |
|
|
|
|