Forum Moderators: not2easy
[edited by: DrDoc at 10:35 pm (utc) on Aug. 13, 2008]
[edit reason] No URIs, please. See posting guidelines. [/edit]
- but your link is going to get whacked - TOS.
Mods must be sleeping in:)) Nobody is going to comment on the personal link even if they know exactly what is happening. You need to make a post that contains actual information, and the thread will expand from that point. That's just the way it works here.
I attempted to strip out the HTML, but the problem goes away.
That should provide half the answer already! Strip down your code to the bare minimum required to reproduce the problem. Then post that HTML (and CSS) here. And, if you know what triggers it, highlight that in your post as well.
This post [webmasterworld.com] provides some excellent pointers when it comes to troubleshooting CSS and associated markup. Please remember that everyone posting here is a volunteer. If you come asking for help, but are too lazy to narrow down what causes the problem, just imagine how much less motivated a prospective reader will be to do that work for you.
Also, make sure (as highlighted in the linked post and the forum posting guidelines [webmasterworld.com]) to provide sufficient details.
[edited by: DrDoc at 10:42 pm (utc) on Aug. 13, 2008]
Check your CSS file for "font-size" entries, and try to remove any that are redundant, or unintended. You may also just have to look for "font" since font size can be specified in the shorthand version (which isn't commonly used).
Lastly, to debug a CSS problem, use a debugger like firebug (or CSS viewer + ColorZilla) to see what elements/id/classes are getting the problem, then search that text in your CSS file to find the problem.
i am not able to create a test page that reproduces the problem.
This indicates that in stripping down the code you pulled out the problem. Reverse course and start putting things back until the problem comes back.
As noted above, you will want to watch out for separating possible causes. The JavaScript itself would be on my list of suspects also.