Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: How to change the Font Size of the categories

Quote Reply
Re: How to change the Font Size of the categories In reply to
Hi

Perhaps I sould do a Links CSS FAQ for the new Resources section of Alex's site?

Code:
@import url(/weblinks/morecitinet.css);

In the second .css file one can use EM's for font-sizes without messing up MSIE3 (it does them as pt's!).

This is good on why pt's are bad:

http://style.verso.com/points/font_wars.GIF

and this on why EM's are good:

http://style.verso.com/scale/


Quote:
Another thing that seems to be different about the two is that IE will use the background color for a font across the whole line (which makes sense to me), but NN only uses the font color behind the word itself.

border: 0; in the css file is a workaround for getting NN4.x to behave like MSIE4/5

Quote:
You have to erase them for all the tags because a lot of them are set for white background, which makes things wacky if you are not using a white background on your site.

I did try setting all these to transparent but this caused other problems...

Chris

[This message has been edited by Chris Croome (edited March 29, 1999).]

[This message has been edited by Chris Croome (edited March 29, 1999).]
Subject Author Views Date
Thread How to change the Font Size of the categories Nico 6101 Mar 25, 1999, 9:09 PM
Post Re: How to change the Font Size of the categories
Chris Croome 5930 Mar 26, 1999, 10:28 PM
Post Re: How to change the Font Size of the categories
Nico 5942 Mar 27, 1999, 7:11 AM
Post Re: How to change the Font Size of the categories
Nico 5966 Mar 27, 1999, 9:46 PM
Post Re: How to change the Font Size of the categories
Chris Croome 5962 Mar 28, 1999, 5:22 AM
Post Re: How to change the Font Size of the categories
Brad Richardson 5934 Mar 28, 1999, 10:54 AM
Post Re: How to change the Font Size of the categories
Nico 5944 Mar 28, 1999, 11:19 AM
Post Re: How to change the Font Size of the categories
Chris Croome 5923 Mar 29, 1999, 6:41 AM
Post Re: How to change the Font Size of the categories
crisco 5916 Mar 29, 1999, 9:56 AM
Post Re: How to change the Font Size of the categories
Brad Richardson 5920 Mar 29, 1999, 11:22 AM
Post Re: How to change the Font Size of the categories
Bobsie 5946 Mar 30, 1999, 9:33 PM
Post Re: How to change the Font Size of the categories
webcamworld 5963 Mar 31, 1999, 6:47 AM
Post Re: How to change the Font Size of the categories
Chris Croome 5960 Apr 1, 1999, 11:36 AM
Post Re: How to change the Font Size of the categories
Chris Croome 5938 Apr 6, 1999, 3:42 AM