• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Missing Tags

Status
Not open for further replies.
Level 20
Joined
Jun 27, 2011
Messages
1,864
Oh hai, i'm wondering, why there's no tabs in Internet Explorer about the user's profile (About Me, Statistics, etc.)?
207482-albums4858-picture64766.jpg
 
Level 20
Joined
Feb 24, 2009
Messages
2,999
It's because the html doctype declaration and such is wrong (out of date is probably fairer), IE9 is automatically applying IE7 standards mode. Press F12, look straight up, click 'Document Mode' and set it to IE9. You now have tabs in IE :eek:
Adding '<meta http-equiv="X-UA-Compatible" content="IE=Edge">' may help, if that's doable Ralle? Changing everything to the HTML5 doctype would probably break stuff.
 
Level 20
Joined
Feb 24, 2009
Messages
2,999
It works in the low graphic theme, but that still causes IE to render it in IE7 standards.
So there must be some other reason they're not showing - but - to get them to work in IE8 and IE9 we just need to force it to use IE9 standards.

It could be that "<meta http-equiv="X-UA-Compatible" content="IE=Edge">" only works when declaring html 5 standards, as it doesn't seem to be working here.

<!DOCTYPE html>, as opposed to say <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

I'd say it's something up the CSS styling - but I don't know what, I'll let you know if I see anything.

EDIT: seems the id="tab_list" div has an inline style height of 29px on chrome, IE9 etc.
It has 0px on IE7 standards though (except for the low graphics theme, I think that stays at 29px).

Removing the inline style height completely seemed to make the tabs 'appear' in IE9 (7 standards) but they were a bit of a mess.
 
Status
Not open for further replies.
Top