![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
I'm very new to CSS and still in the reference/copy/paste/edit stage, so please forgive my ignorance. I'm using CSS for my blog, and while the font size is fine in Firefox, it is illegibly small when looked at in IE. |
|
I've listed the type and color section from my CSS below. |
|
body { font-family: 'ms ui gothic', 'microsoft sans serif', arial, helvetica; |
|
text-align: right; |
|
text-align: righ; |
#3
| |||
| |||
|
|
I'm very new to CSS and still in the reference/copy/paste/edit stage, so please forgive my ignorance. I'm using CSS for my blog, and while the font size is fine in Firefox, it is illegibly small when looked at in IE. It can't even be mousewheeled to a readable size. Is there some descrepancy in how the two browsers render CSS? Can anyone please tell me how to extend or unify my stylesheet so the font shows up as the same size in both browsers? Please help. I've listed the type and color section from my CSS below. If I should be looking somewhere else, please let me know. body { font-family: 'ms ui gothic', 'microsoft sans serif', arial, helvetica; background: #ffffff url(images/autumnTactics1.jpg); background- repeat:no-repeat; background-attachment: fixed; color: #ffffff; text-align: right; } #content { font-size: 0.8em } |
#4
| |||
| |||
|
|
the font size is fine in Firefox, it is illegibly small when looked at in IE. I've listed the type and color section from my CSS below. [snip huge amount of code] |
|
#content { font-size: 0.8em } |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |