blog page not displaying properly on Internet Explorer

Posted in: Newspaper
Post count: 4

Hello – I use the newspaper template and it looks pretty good on most sites, but a user has just complained that the page doesn’t display properly on the latest version of Internet Explorer, with images appearing in the wrong place. Do you have any idea how I can fix this please?

Here’s the link.

http://football.betvictor.com/price-promise-brings-you-the-biggest-odds-every-time/

Post count: 4

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]–>

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.