There was a post recently from Ivor about IE8 support – if you don’t declare IE8 support then you’ll get a soft-reject, if you declare it and don’t support it you’ll get unhappy buyers.
I know there’s some out there that don’t support it, but that doesn’t mean the rest of us will get away with it for now 
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
LovelessDesign said
thanks for your enthusiasm in solving this problemyeah I already tried :not(.eventpage):not(.blogpage) too. Doesn’t work for me in FF 16
Seems pretty strange to me, that it works on IE9, Chrome, Opera and FF17, but not on 16. v17 has not been a major update.
#left-content :not(.blogpage):not(.eventpage)When using
#left-content :not(.blogpage, .eventpage)it does exclude both. But it also exclude all other left-contents
#left-content :not(.blogpage):not(.eventpage)When using
#left-content :not(.blogpage, .eventpage)it does exclude both. But it also exclude all other left-contents
#left-content :not(.blogpage):not(.eventpage) .thumbnail img
Oh I’ve found another error with my code. pezflash was right and it works in all browsers (except ie8, of course). thank you
