text
Posted: Tue 28. Jun 2005, 09:25
why I wiew the text <h1>, <h2>, etc. more big in internet explorer than in other browser?
thank you
thank you
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
/* Pepe CSS */
h1, .articleHead, .articleList_tophead {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
text-decoration: none;
line-height : 100%;
margin-bottom: 5px;
color : #3572A5;
}
h2, .articleSubHead, .articleList_topsubhead {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #369; //#6D7983; //#FF0000;
line-height: 100%;
margin-bottom: 5px;
}
.articleSummary {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: normal; //justify;
color: #000000;
line-height: 135%;
margin-bottom: 5px;
}
h3, .contentHead {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #002040; //#6D7983;
line-height: 110%;
margin-bottom: 0.5em;
}
h4, .contentSubHead {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
line-height: 110%;
margin-bottom: 0.25em;
}
h5 {
font-family: "Trebuchet MS", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
line-height: 110%;
margin-bottom: 0.25em;
}