Title: jdai's Replies | WordPress.org

---

# jdai

  [  ](https://wordpress.org/support/users/jdai/)

 *   [Profile](https://wordpress.org/support/users/jdai/)
 *   [Topics Started](https://wordpress.org/support/users/jdai/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jdai/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jdai/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jdai/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jdai/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jdai/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Your Demos do not work in Microsoft IE](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/)
 *  [jdai](https://wordpress.org/support/users/jdai/)
 * (@jdai)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/#post-4075812)
 * Oh, you can sub the max-height and max-width numbers to whatever size you want.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Your Demos do not work in Microsoft IE](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/)
 *  [jdai](https://wordpress.org/support/users/jdai/)
 * (@jdai)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/#post-4075810)
 * Thank God for developer tools. I was able to fix everything by adding the following
   CSS to my themes CSS:
 *     ```
       .wpc-img img {
       max-height: 151px;
       max-width: 212px;
       width: auto;
       height: auto;
       }
   
       .new-prdct-img img {
       max-height: 151px;
       max-width: 151px;
       width: auto;
       height: auto;
       }
   
       .product-img-view img {
       max-height: 358px;
       max-width: 500px;
       width:auto;
       height:auto;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Catalogue] Your Demos do not work in Microsoft IE](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/)
 *  [jdai](https://wordpress.org/support/users/jdai/)
 * (@jdai)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/your-demos-do-not-work-in-microsoft-ie/#post-4075808)
 * I am having the same issue with IE, but not only with version 10…version 9 displays
   the same issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Plugin styles overriding ALL table styling](https://wordpress.org/support/topic/plugin-styles-overriding-all-table-styling/)
 *  Thread Starter [jdai](https://wordpress.org/support/users/jdai/)
 * (@jdai)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-styles-overriding-all-table-styling/#post-2202697)
 * Wow…I am an idiot. Sorry for wasting your time.
 * I don’t know what it was but the issue I originally wrote about did exist. I’m
   not going crazy, lol. Anyway, there doesn’t seem to be an issue now.
 * Thanks for taking the time to respond. It’s not all that often we get help straight
   from the developer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Calendar] Plugin styles overriding ALL table styling](https://wordpress.org/support/topic/plugin-styles-overriding-all-table-styling/)
 *  Thread Starter [jdai](https://wordpress.org/support/users/jdai/)
 * (@jdai)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-styles-overriding-all-table-styling/#post-2202663)
 * Here is an example: [link](http://learnwushu.hydrotekproducts.com/schedule/)
 * My theme (Atahualpa) styles this table with a zebra style which will appear if
   I disable your plugin.
 * I was not completely accurate with my first post. I can still style individual
   cells successfully, but if there is a table with lots of cells, that becomes 
   quite cumbersome. Hopefully there is a way around this.
 * Thanks for your quick reply!

Viewing 5 replies - 1 through 5 (of 5 total)