Forum Moderators: open
<small> tags We use css to format all the text on our site. However, we'd like it to make some kind of sense to people who might not want to download stylesheets. So we use <small> in the html - and format that in the stylesheet for those who want them.
What we are finding is that this browser reads the rest of the stylesheet fine. For instance it picks up the font face and colour from parent styles - just not the size for the small!
To check it wasn't just our stylesheets, I wrote a really simple test that was something like:
<h3>i'm big</h3>
i'm normal <br/>
<small>i'm small</small>
and that's when I realised that Mac/NS7.02 seemed to do nothing about <small>! It read the h3 just fine ..
It seems to be just this browser / platform combination that does this. PC/NS 7.02 seems to be fine, as do other Mac browers.
Is this a known bug? Does anyone have a workaround for it?
I'd be really grateful if anyone could throw any light on the matter!
Sadly though, it doesn't seem to have done the trick. I tried the code you suggested, and both small and normal are showing as what looks like Arial 11.
It's so bizarre because it works on every other platform I've tried - I just can't work out at what point I'm annoying the browser!
It's so bizarre because it works on every other platform I've tried - I just can't work out at what point I'm annoying the browser!
There is a bug which is possibly related to this:
[bugzilla.mozilla.org...]
with the incredibly clear summary: "<big> and <small> are not playing well with each other anymore" - the notes mention that NS7 has the same problem. There is also a second bug:
[bugzilla.mozilla.org...]
Summary: "<small> ignored when inside of <button>"
I wouldn't put too much into this - the bug will be fixed for the next NS version as the problem doesn't appear to exist in Firebird, which is built on the Mozilla 1.4beta code (Mozilla 1.4 will almost certainly be used for the next version of Netscape 7). You also won't be likely to get many NS7 users surfing with CSS turned off.