We have a website that has stopped working properly just a few days ago. The text was normal on Monday and on Tuesday morning the text became very small. It only appears this way in versions IE6-IE8. Hopefully this is a simple fix and we will be paying $45 for the fix. The site was built in MODX if this makes a difference. Please check the website below. http://tinyurl.com/3rka4hl
The font-size mentioned is 10px in the css file . Have you checked in some other pc ??? as what i can see is , chrome and IE8 are displaying the same results. I guess you might have scrolled the mouse while holding the CTR key ....
Although your browser is IE8, but the document mode could be quirk mode or IE7 mode. By clicking F12, it will show the IE developer tool, it tell which document mode for the particular page.
Harry.Sigh is correct....the font size is 10px, so it looks smaller. If you wanted correct the code, try edit below CSS : body { color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; line-height: 14px; }
I am sure this was fixed. He made a topic in the buy/sell/trade section. http://forums.digitalpoint.com/showthread.php?t=2231539
I just tried in the IE7 mode and it was the same. On trying in the Quirks mode the layout went all the way left and the text was not at its place. Kindly provide a screenshot so that we can see if the result what you are getting is different than ours. Are you talking about just the Heading " Las Vegas Personal Injury Attorney " ?? Then the problem is with the height in the parameter , i don't know about MODX but keeping the text in normal H1 tag will be a better option + it will be a good help in SEO.