Hi all,
I’m currently developing a forum skin for players of an online game.
I’ve noticed that the #NavigationToolbar icons (moderate, admin, my settings etc.) in mozilla Firefox 3.0.3
are all vertical aligned when logged in under the Admin or Host account.
Other browsers like IE7 and Google Chrome don’t seem to be affected.
Also there seems no apparent reason that this is happening.
I’m not using the source code to build the forum, just using CSS to manipulate the appearance of the skin.
The only way I found to correct this is to add the following rule to the theme.css file in the Themes folder.
#NavigationToolbar TD /*:no pseudo elements needed*/
{Content: Close-Quote } /* No-(Open / Close) also works */
Somehow I guess that this is not the best way to resolve this issue, but it does work for me.
Are there any ideas on how and where this phenomena is generated?
With regards,
Sebastiaan