![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to force FF2 and IE7 to display H1 text in the same size on my monitor. |
#3
| |||
| |||
|
|
I'm trying to force FF2 and IE7 to display H1 text in the same size on my monitor. |
|
using relative units to fix the desired size. So I wound up with: h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-weight: bold; line-height: 120%; } h1 { font-size: 2em; } These rules give me the size I want in FF2, but in IE7 the H1 text is almost 50% larger ... so much for books! |
|
Does anyone know a way to make these user agents reproduce H1 elements at the same size? I know it can be done because tons of sites look exactly the same in both browsers, netflix.com and wired.com to cite just 2 examples. |
#4
| |||
| |||
|
|
h1 { font-size: 2em; } These rules give me the size I want in FF2, but in IE7 the H1 text is almost 50% larger |
#5
| |||
| |||
|
|
whitesmith wrote: h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-weight: bold; line-height: 120%; Drop Verdana |
#6
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: whitesmith wrote: h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-weight: bold; line-height: 120%; Drop Verdana Why? ;-) Verdana is good font and possible +70% of users are running Windows and already have Verdana font installed. |
#7
| |||
| |||
|
|
Petr Vileta wrote: Beauregard T. Shagnasty wrote: whitesmith wrote: h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-weight: bold; line-height: 120%; Drop Verdana Why? ;-) Verdana is good font Did you read my page? Verdana is an overly-large font. http://k75s.home.att.net/fontsize.html |
|
and possible +70% of users are running Windows and already have Verdana font installed. So would you rather annoy the other 30% of your visitors? That is a large percentage... |
#8
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: Drop Verdana Why? ;-) Verdana is good font and possible +70% of users are running Windows and already have Verdana font installed. |
![]() |
| Thread Tools | |
| Display Modes | |
| |