Greetings, I have a strange situation. I've just added an include of the JQuery JavaScript file and the font size of text in some table cells has increased. I've also noticed a text field displaying shorter (less height) but with the same font size, so all you see it the tops of the characters.
The page doesn't have the cleanest CSS. The page is built dynamically, so it would be tricky to try to put together a simple test case. However, I'm surprised that including a JS file and not using anything from it is changing any styles on the page. Has anyone else seen anything like this or know why just including the JS would do this? I can work around the problem by adding explicit CSS rules to the td tags rather than relying on them inheriting the style, but I'd rather fix it at the source so I don't have to worry that I've missed fixing a style (like I might have missed the text field). Thanks. -Brian