Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
stevecolton
tagDiv Member

Not to worry, we’ve sorted it out now. Here’s a bit of code we put in to sort it out, if it’s any use to anyone else.

CHANGE

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html lang=”en-US”> <!–<![endif]–>

TO

<!doctype html >
<!–[if lt IE 7]> <html class=”no-js ie6 oldie” lang=”en”> <![endif]–>
<!–[if IE 7]> <html class=”no-js ie7 oldie” lang=”en”> <![endif]–>
<!–[if IE 8]> <html class=”no-js ie8 oldie” lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”no-js ie9 oldie” lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html class=”no-js” lang=”en-GB”> <!–<![endif]–>

stevecolton
tagDiv Member

Thanks Bogdan, I’ll get our tech guy to give that a try.

Viewing 2 posts - 1 through 2 (of 2 total)