$45 To Fix Simple Text Issue With IE6-IE8

Discussion in 'CSS' started by wes1der, Jul 14, 2011.

  1. #1
    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
     
    wes1der, Jul 14, 2011 IP
  2. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #2
    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 ....
     
    harry.singh, Jul 16, 2011 IP
  3. patrick0001

    patrick0001 Member

    Messages:
    340
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    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.
     
    patrick0001, Jul 19, 2011 IP
  4. patrick0001

    patrick0001 Member

    Messages:
    340
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    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;
    }
     
    patrick0001, Jul 19, 2011 IP
  5. Bapinder

    Bapinder Well-Known Member

    Messages:
    151
    Likes Received:
    7
    Best Answers:
    3
    Trophy Points:
    120
    #5
    I am sure this was fixed. He made a topic in the buy/sell/trade section.

    http://forums.digitalpoint.com/showthread.php?t=2231539
     
    Bapinder, Jul 19, 2011 IP
  6. patrick0001

    patrick0001 Member

    Messages:
    340
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #6
    patrick0001, Jul 19, 2011 IP
  7. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #7
    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.
     
    harry.singh, Jul 19, 2011 IP
  8. fhk_kz5

    fhk_kz5 Member

    Messages:
    191
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #8
    I can still see the issue then how its fixed?
     
    fhk_kz5, Jul 19, 2011 IP
  9. wes1der

    wes1der Well-Known Member

    Messages:
    891
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #9
    This issue has been fixed. Thank you.
     
    wes1der, Jul 20, 2011 IP