I am having a problem with a site I am working on when viewing in Firefox. The words that have strong tags are dropping down from the rest of the line. The same thing is happening with the links.
I can't find anything that I might have accidentally added to the CSS that would cause this to happen and since I've never seen it before, I have no idea on how to prevent it. Any thoughts on what I am missing or might have done?
I am having a problem with a site I am working on when viewing in Firefox. The words that have strong tags are dropping down from the rest of the line. The same thing is happening with the links.
I can't find anything that I might have accidentally added to the CSS that would cause this to happen and since I've never seen it before, I have no idea on how to prevent it. Any thoughts on what I am missing or might have done?
Page: http://pbeo2k8.pbeo.com/problem_test.aspx
Thanks, Scott
* {
vertical-align:middle;
}
Yes it was, all fixed now. Thanks for the help!