Topic: <sup> css |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: seattle |
posted 01-26-2005 20:52
simple question, can you change the appearance of superscript using css? seems like I should be able to, but am having no luck. also can find nothing online about this. as a side question, how widespread is browser support for <sup> tag? |
Bipolar (III) Inmate From: Minnesota |
posted 01-26-2005 21:14
How are you trying to use css to modify the appearance of the superscript tag? It doesn't behave exactly the same way in IE, Firefox and Opera when you try to use a different font size for the superscript than the font size for the rest of the line. |
Maniac (V) Inmate From: under the bed |
posted 01-26-2005 23:13
1) yes, you can change the appearance. That doesn't necessarily mean that you will be able to make it do what you want, but since we don't know what you want, it's a little hard to say |
Paranoid (IV) Inmate From: seattle |
posted 02-01-2005 23:47
Hey, |
Maniac (V) Inmate From: under the bed |
posted 02-02-2005 01:19
needs to be font-weight, not jsut font. Validating your code would have caught that |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 18:41
I had it in there also with a font size etc, but never changed it just to weight. however, changing it to font-weight does nothing. I am sure this is something very basic. |
Maniac (V) Inmate From: under the bed |
posted 02-03-2005 18:50
In this case, it is an issue of the font simply not showing a distinction between bold/normal at that size. Such small fonts sizes often have that problem. (increase the font size and you'll see the effect) |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 19:40
I do not mean to say that is does not make a difference, but hat I tried it and nothing happened. |
Bipolar (III) Inmate From: Minnesota |
posted 02-03-2005 20:03
This is wierd. I looked at your code earlier and noticed that in your css file there wasn't any entry for sup... |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 20:12
yeah, I am futzing around with it a bit right now. did not realize I had to put it all in there. |
Bipolar (III) Inmate From: Minnesota |
posted 02-03-2005 20:28
Could be a cache problem as I could see them as bold. Are you working on this from behind a proxy server? I know when i was working on pages at school I had a problem with my css file being cached on the server and I wasn't seeing changes I made. Got really frustrated until i figured that out. |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 20:32
so you see the footnotes on life history page as bold? look the same weight to me. |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 20:45
well, strike that, it seems to be working now. upped the size (big) and it took. seems to be using the full font suite (maybe), but had tried that before to no avail. glad but confused. |
Maniac (V) Inmate From: under the bed |
posted 02-03-2005 21:04
for the record, I initially hit the 'increase text size' on my browser once, and it showed the text for the <sup> as bold. |
Paranoid (IV) Inmate From: seattle |
posted 02-03-2005 22:52
thanks to both of ya |