![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For some reason the CSS rollovers aren't working right in IE. I haven't quite organized the CSS file yet. The URL is: http://s94621231.onlinehome.us/ |
#3
| |||
| |||
|
| #nav { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 60%; Drop the Verdana, and the 60% size. It's not readable. Otherwise, the CSS links seem to work ok in IE for me. |
#4
| |||
| |||
|
|
On Mon, 09 May 2005 01:19:18 +0000, Beauregard T. Shagnasty wrote: http://s94621231.onlinehome.us/ #nav { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 60%; Drop the Verdana, and the 60% size. It's not readable. Otherwise, the CSS links seem to work ok in IE for me. I changed it to 80%. I don't know what to replace Verdana with. I want a large, easy-to-read font. |
#5
| |||
| |||
|
|
The reason you want to set the size smaller is *because* Verdana is a large font. If I don't have Verdana, your page looks like flyspecks. See this example: http://www.xs4all.nl/~sbpoley/webmatters/verdana.html Set the body font size to 100%, use maybe 85% for legalese, leave the rest alone except of course something larger for Hx. |
#6
| |||
| |||
|
|
On Mon, 09 May 2005 01:54:00 +0000, Beauregard T. Shagnasty wrote: http://s94621231.onlinehome.us/ The reason you want to set the size smaller is *because* Verdana is a large font. If I don't have Verdana, your page looks like flyspecks. See this example: http://www.xs4all.nl/~sbpoley/webmatters/verdana.html Set the body font size to 100%, use maybe 85% for legalese, leave the rest alone except of course something larger for Hx. Thanks for that link. I changed my site to 100%-size Arial (except the menu) and put a link to that Verdana webpage on my site. Are there any problems with Arial? |
#7
| |||
| |||
|
|
Arial isn't the best apple in the basket. I use this combo on my sites: body, td, th { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 100%; ... |
#8
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: Arial isn't the best apple in the basket. I use this combo on my sites: body, td, th { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 100%; ... Arial before Helvetica? That inferior clone? Scandalous! :-o http://www.ms-studio.com/articles.html |
#9
| |||
| |||
|
|
noSpAm0000 wrote: On Mon, 09 May 2005 01:19:18 +0000, Beauregard T. Shagnasty wrote: http://s94621231.onlinehome.us/ #nav { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 60%; Drop the Verdana, and the 60% size. It's not readable. Otherwise, the CSS links seem to work ok in IE for me. I changed it to 80%. I don't know what to replace Verdana with. I want a large, easy-to-read font. The reason you want to set the size smaller is *because* Verdana is a large font. If I don't have Verdana, your page looks like flyspecks. See this example: http://www.xs4all.nl/~sbpoley/webmatters/verdana.html Set the body font size to 100%, use maybe 85% for legalese, leave the rest alone except of course something larger for Hx. Why not specifying no font and font size. Let the visitor deceide what |
#10
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: Set the body font size to 100%, use maybe 85% for legalese, leave the rest alone except of course something larger for Hx. Why not specifying no font and font size. Let the visitor deceide what kind of font and font size they like best to read with there OS/browser set-up. |
![]() |
| Thread Tools | |
| Display Modes | |
| |