I've been reading and I know there must be a hack or something that will enable me to display the font size I want and it's equivalent in the opposing browser. For example, if I have a font size of 93% (yahoo's UI library suggested conversion comes out at 12px) it shows up at the size I want in IE, but in firefox it appears too small.
I'm sure there's a hack for IE or firefox to get each to display how I want it to, but I can't find it or can't relate it to my own css - if that makes sense.
I try to read up on my issues before I post a question to you here. I know you don't exist for my sole purpose of figuring out CSS, but appreciate it when you do know the answer and can tell me. I've been reading for a good 2 hours and I've also done a search in the forum here to see if the question has already been answered, but couldn't find what I was looking for. Help?
Above I've pasted the css that is applied to all pages as a linked style sheet, as it's mainly pertaining to overall colour scheme and non-specific layout etc. I'm not sure if that's helpful or notBody{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
word-wrap: break-word;
background-color:#000000;
background-image:none;
color:#ffffff;
font-family: garamond, georgia, verdana, serif;
font-size: 93%;
font-weight: normal; }
A { color: #ffffff; font-weight: bold; text-decoration: none }
A:link { color: #ffffff; font-weight: bold; text-decoration: none }
A:active { color: #ffffff; font-weight: bold; text-decoration: none }
A:visited { color: #ffffff; font-weight: bold; text-decoration: none }
A:hover { color: #ffffff; background: #666666; font-weight: bold; text-decoration: underline}
img { border: 0;}
Thanks for reading!



Thanks for reading!
Reply With Quote



Bookmarks