0

I'm trying to create an ebay listing template but the content in the (CSS and HTML-only) tabs implementation I'm using isn't visible in Internet Explorer 9 or 10. I've tried troubleshooting the issue to no avail by altering the CSS, but since I can't use javascript (because ebay will soon be disabling javascript in listings) and conditional comments don't work for IE 10, I'm not sure the best way to go about creating special CSS styles for IE 9 and 10 only (since IE 11 works fine) which disable the tabs and show all the listing's content at once. Here is a link to a listing using my current implementation: listing example

Thanks for any help you can give!

  • 1
    have you looked into modernizr ? – The One and Only ChemistryBlob Sep 16 '16 at 18:03
  • http://www.quirksmode.org/css/condcom.html – Leeish Sep 16 '16 at 18:03
  • 1
    @Leeish Support for conditional comments was dropped as of IE10. –  Sep 16 '16 at 18:06
  • 1
    You should figure out why the content is not visible. –  Sep 16 '16 at 18:07
  • Possible duplicate of [How to target only IE (any version) within a stylesheet?](http://stackoverflow.com/questions/28417056/how-to-target-only-ie-any-version-within-a-stylesheet) – Johan Karlsson Sep 16 '16 at 18:09
  • @torazaburo Wha? A snippit of code that I've only ever used in my life to fix IE and IE dropped support for it. How ironic. – Leeish Sep 16 '16 at 18:09
  • But, he only needs the rules in IE10 and below, so, seems ok then. IE10 would treat is as a comment. IE9 & below would use the CSS. Seems like it would work just fine then no? – Leeish Sep 16 '16 at 18:11
  • I appreciate all the comments but, as I stated in my description, I need the solution to apply styles to IE 10 and below and NOT to 11 or above (@JohanKarlsson the 11 part is why this isn't a duplicate of a previous question). I can't use javascript so no modernizr and I'd love to use conditional comments but IE 10 doesn't support them. I'd love to figure it why the content isn't visible but haven't been able to (may be doctype-correctable but I can't change the doctype since my code is embedded within ebay's) so I'm now trying to find a workaround because this needs to be finished asap. – Michael Sep 17 '16 at 02:10

0 Answers0