Best Answer Simon_P , 15 September 2012 - 01:13 AM
The stats you posted are are not really the true numbers, thats the totals of all versions of IE including the latest IE9, and IE10.
IE7 is about 1.5% and ie8 is 7% of total internet traffic.
http://www.w3schools...rs_explorer.asp
What patch would you like us to add? we could remove all css3 if you like
Our navclassic navbar works fine in older versions as it does not have any css3.
Your opening post mentions jigoshop, we are not the jigoshop authors, our plugin simply adds a few colours to the jigoshop elements.
Go to the full post
#1
Posted 13 September 2012 - 08:10 PM
#2
Posted 13 September 2012 - 08:17 PM
#3
Posted 13 September 2012 - 08:25 PM
Try it out.
It works perfect in FireFox and Chrome.
#4
Posted 13 September 2012 - 08:42 PM
If you really need to support those browsers you should use the old classic menu.
How many of your visitors are using the old browsers?
#5
Posted 13 September 2012 - 09:03 PM
#6
Posted 13 September 2012 - 09:08 PM
My answer to your other question is this: how many people use MSIE? The answer is still extremely large number. When one builds a website, one must build it for MSIE users too. Any other effort would be self defeating, unfortunately. Hopefully, Microsoft will go out of business in a few years, but for now......
#7
Posted 13 September 2012 - 09:16 PM
#8
Posted 13 September 2012 - 09:46 PM
Unfortunately, it means I'm basically up the creek with drop downs on MSIE in Framework. I just had someone check. It doesn't work in version MSIE 9 either, and that claims to have CSS3.
#9
Posted 13 September 2012 - 10:12 PM
#10
Posted 15 September 2012 - 01:13 AM Best Answer
IE7 is about 1.5% and ie8 is 7% of total internet traffic.
What patch would you like us to add? we could remove all css3 if you like
Your opening post mentions jigoshop, we are not the jigoshop authors, our plugin simply adds a few colours to the jigoshop elements.
#11
Posted 07 March 2013 - 09:17 PM
I do have a problem with IE9 en IE10 in combination with Pagelines (or Wordpress, I'm not sure which of the two) regarding image sizes.
An image in a post or page can be size adjusted in de advanced setting. Smaller or bigger.
If I've an image of say 100 * 100 pixels, and adjust the size to 70*70, the images are displayed correctly in Chrome and Firefox, but IE displays the orginal format. It does so because of a CSS entry in de generated CSS file (which is Pagelines I assume)
If you look at
you'll see picture. In IE Developer tools it says
<img width="300" height="450" class="size-medium
"/>
However, in the generated CSS fiel compiled-css-1362682497.css there is a
body. content img - auto statement. And IE takes this over the width and heigth as defined with the img. So it displays the 200*300 size in stead of 300*450. This happens with all resized pictures. Disabling the body .content img style helps, but is needed for other purposes I think.
Any idea what's IE doing?
Tia
John
#12
Posted 08 March 2013 - 12:23 AM
Hi John
IE doesn't accept any sort of resizing or scaling.
The best solution would be to resize your images graphically, rather than through scaling. Replace everything that's scaled or resized via WP and everything will work just fine.
#13
Posted 09 March 2013 - 09:31 AM
Hi James,
well, IE does however it must be acoomplished via a style, so
<img style="width:300px; height:450px;" class="size-medium
"/>works.
John


This topic is locked








