No, I meant how we have styles now like:
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; font-style: normal ; color: #990000}
.biggertext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal}
.smallertext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal}
.nametext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold}
Will we have to hand calculate the 36 for every variant base size, or can H1 be a relative size to the body text, and we just tweak the body?
I should probably just hit up w3c.
Or the CSS-Discuss wiki. I found it better for finding what I needed at work when I still was doing CSS stuff for that.
[link]
Well, never mind my edit above then. There should be a way to do what you're saying, shouldn't there? But I don't recall the code.
Why are the fonts in px?
As opposed to what? I had a reason. I don't remember what it was.
Thanks for that link!
I have a suggestion...
In the profile center it would be helpful to have the "OK" button at the top too. I like to change my tag a lot and it would be nice to have the button right there instead of having to scroll past all the other things just to get to the button.
As opposed to what? I had a reason. I don't remember what it was.
Probably Netscape support.
I think you're right. Looking at that Wiki, while they tend to recommend the "Ems and Percentages" approach, it's the px approach that is most consistant between browsers.
I don't know if this helps with the speccing out or not, but for record, I'm in favour of being able to change both the font and the size; what Verdana looks good at is not Times New Roman's optimal size, etc.