Re: Accessible font size -
03-01-2004
, 09:08 AM
I can see the problem, I've used the below code, to pull in a different style
sheet for netscape which had small font sizes, doh!
------------------------------------------------------------
<link rel="stylesheet" href="StyleNN.css" type="text/css" />
<style type="text/css">
@import url(style.css); /*IE and NN6x styles*/
</style>
------------- |