hello, just wanted to know if anybody else notices that firefox 0.8 for
win32 seems to ignore any absolute CSS text sizes. firefox treats absolute
text sizes the same as relative text sizes. Is this normal behaviour?
for example, make an external stylesheet with some selectors with absolute
values and relative values:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.txt12px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.txtrel {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now what should happen is that any text assigned a class of "txt12px" should
not change when you press "CTRL +" or "CTRL -" but it does. text assigned a
class of "txtrel" should change in size, and it does.
It his normal behaviour for firefox 0.8 for win32? If it is, what's the
point of even having absolute text sizes in CSS?
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout