- Posts: 120
- Thank you received: 0
Typography: H3 different sizes in IE 8 or FFox8
14 years 5 days ago - 14 years 5 days ago #13092
by elanna
Typography: H3 different sizes in IE 8 or FFox8 was created by elanna
I noticed a big difference between Font Sizes using IE-8 or FFox-8
look at the sample images attached to see how the appear in each browser...
Can we do anything in layout.CC or template_css.css to minimize this big differences?
look at the sample images attached to see how the appear in each browser...
Can we do anything in layout.CC or template_css.css to minimize this big differences?
Last edit: 14 years 5 days ago by elanna.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 days ago #13106
by ivan.milic
Replied by ivan.milic on topic Re: Typography: H3 different sizes in IE 8 or FFox8
then add implicit definitions like this to the bottom of template_css.css:
h1{
font-size:18px;
}
h2{
font-size:16px;
}
h3{
font-size:14px;
}
....
h1{
font-size:18px;
}
h2{
font-size:16px;
}
h3{
font-size:14px;
}
....
Please Log in to join the conversation.
Time to create page: 0.317 seconds