On the front page of my website
www.jamesboswell.info, I have a couple
of lists in the right column. The lower one contains 10 names and
corresponding links. All names are formatted using the same font,
size, etc. through a <span class="style10">.
Problem is - when the names are shown, be that in IE or Firefox, they
have different sizes. Some names seems to conform to the
specifications, some seems to conform to the general text size of the
page, despite ALL of them being defined in exactly the same way.
I have tried specifying the font and size manually as well, overriding
the style sheet, to no avail. Also tried defining the entire list with
a <div class="style10"></div>, but the result is the same.
Strangely the top list in the column has had the exact same problem,
but isn't showing it at the moment. It is defined in exactly the same
way as the bottom list...
The class is defined as follows in the style sheet:
..style10 {font-family: Georgia, Verdana, "Times New Roman", Times,
serif; font-size: 10px; }
Any ideas?
-Thomas