Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

not supporting font-size tag with span element

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 11 προβολές
  • Τελευταία απάντηση από cor-el

more options

FireFox ignores the font-size attribute in the following class used with a span element.
.keyConcept { color: #00A160; font-size: .7em; }

The color displays correctly but the font-size is ignored. I have tried several different iterations: font-size: 70%; font-size: 10px;

font-size is always ignored. Although IE displays this correctly.

FireFox ignores the font-size attribute in the following class used with a span element. <br /> .keyConcept { color: #00A160; font-size: .7em; } The color displays correctly but the font-size is ignored. I have tried several different iterations: font-size: 70%; font-size: 10px; font-size is always ignored. Although IE displays this correctly.

Τροποποιήθηκε στις από το χρήστη dbond

Όλες οι απαντήσεις (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

That should be working.

Make sure that you haven't set a minimum font size.

  • Tools > Options > Content : Fonts & Colors > Advanced

You can use the DOM Inspector to see if that rule is recognized.