The forum icon's are not showing (even on vBulletin.com) in IE6.
Announcement
Collapse
No announcement yet.
Icons not showing in IE6
Collapse
X
-
This is not a fix but just a suggestion..
On some of my websites which uses a lot of CSS codes and have some compatibility issues, I add this code to inform viewers that they need to upgrade their browser, it only shows up if the browser is IE6 or bellow (like 5.5). you need to add this just bellow <body> tag, in case of vbulletin, probably to header template
HTML Code:<!--[if lte IE 6]> <div id="infobar"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx"><p>It appears you have an old version of Internet Explorer. To view this website correctly please upgrade your browser. Click here to get the latest version of Internet Explorer.</div> <![endif]-->
Edit: you can get the css code and images from http://jedi.org/p4/l10n/infobar/
Comment
-
Originally posted by footose View PostYes, there are still people out there using IE6.
The forum icon's are not showing (even on vBulletin.com) in IE6.
Along with the fact you cannot read the timestamp of ANY post in a thread.Baby, I was born this way
Comment
-
You think these kind of items would have been fixed before a major release? Now I've upgraded my whole forum, and all the templates only to have all the templates change again in a next release with a known issue that is fixable by some javascript.
This is not a fix but just a suggestion..
On some of my websites which uses a lot of CSS codes and have some compatibility issues, I add this code to inform viewers that they need to upgrade their browser, it only shows up if the browser is IE6 or bellow (like 5.5). you need to add this just bellow <body> tag, in case of vbulletin, probably to header template
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment