$4
IE 6 issue
Rob Cleaton | 04/18/10 at 7:43am
| Edit
(7) Possible Answers Submitted...
-

Last edited:
04/18/10
8:11amKonrad Karpieszuk says:hi, you skipped link (or maybe this site cutted it off, in this case try to show it in other way, replace http with something, dots with comas...)
-

Last edited:
04/29/10
3:47amLew Ayotte says:The top header looks about the same for me in IE6 (using IETester)... can you take a screen shot to explain what exactly is happening?
You have some transparency issues too (use this to fix: http://www.twinhelix.com/css/iepngfix/)
BTW, IE6 makes up less than 10% of the market share - it might not be worth developing for it (unless you're required to for some reason).
Konrad, the URL is http://www.thelondonpolice.co.uk/ (I checked the page source to get it).
LewPrevious versions of this answer: 04/18/10 at 8:51am | 04/18/10 at 8:52am
-

Last edited:
04/18/10
9:32amErez S says:Here is few articles about ie6 bugs. I think you'll find the solution there:
css-tricks.com/ie-css-bugs-thatll-get-you-every-time/
positioniseverything.net/explorer.html
virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs
enjoy -

Last edited:
04/18/10
11:33amWP Answers says:Hey man, IE6 is nearly dead. Save yourself the headache and stop supporting it.
I stopped supporting it for the last 2 sites I've built and my life is so much beter because of it ;)
I use this now: http://code.google.com/p/ie6-upgrade-warning/ -

Last edited:
04/19/10
6:11pmWP Security says:Here are some simple solutions for IE6:
* http://www.incerteza.org/blog/projetos/shockingly-big-ie6-warning/
Download: http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/
My favorite and what we use on our sites:
* http://www.stoplivinginthepast.com/
Download: http://wordpress.org/extend/plugins/stop-living-in-the-past/
If you need some justfication for why it's time to move on, take at look at these browser usage stats,
http://www.w3schools.com/browsers/browsers_stats.asp
IE6 usage is now under 9% and falling monthly, but I suggest you also check the site's stats to see just how many IE6 users are stopping by.
Good luck,
D.K.
Previous versions of this answer: 04/18/10 at 12:33pm | 04/18/10 at 12:34pm | 04/19/10 at 6:11pm
-

Last edited:
04/18/10
9:18pmJesse Perez says:try:
position: relative;
or
display:inline;
or if all else fails you can always use:
.class {
width:200px; /* All browsers */
*width:250px; /* IE */
_width:300px; /* IE6 */
.width:200px; /* IE7 */
} -

Last edited:
04/19/10
9:45amMerne Asplund says:While you may not need to support IE6 any longer, its always a good idea to let your work degrade gracefully. I would use relative positioning for IE6 only, because I understand you want that background image to scale with window resize. This means in IE6 that image will be bumped down about the height of the header.
- 04/20/10 9:56am
Merne Asplund says:I also cannot duplicate your issue in IE6.
Looks like you have 215px of left margin on a ul class "menu". Is IE6 doubling this? Maybe upload a screenshot of your issue?
- 04/20/10 9:56am
This question has expired.
Current status of this question: Completed





