Title: Issue with Opera
Last modified: August 20, 2016

---

# Issue with Opera

 *  Resolved [zulus](https://wordpress.org/support/users/zulus/)
 * (@zulus)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/issue-with-opera/)
 * Hi. I love the plugin, but I found one issue with Opera (I checked in the latest
   one 12.12) which is quite critical.
 * when the text is table. it is not showing up. here is the code I used
 * Test with table inside
    [dropdown_box expand_text=”test with table” show_more
   =”Expand” show_less=”Collapse” start=”hide”] <table> <tbody> <tr> <td>there is
   a table</td><td></td> </tr> <tr> <td>test</td><td>123</td> </tr> </tbody> </table
   > [/dropdown_box] No table inside [dropdown_box expand_text=”test with _no_ table”
   show_more=”Expand” show_less=”Collapse” start=”hide”] no table. and it works [/
   dropdown_box]
 * works just fine with all browsers but Opera. Could you please help?
 * [http://wordpress.org/extend/plugins/jquery-expanding-box/](http://wordpress.org/extend/plugins/jquery-expanding-box/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [hit-reach](https://wordpress.org/support/users/hit-reach/)
 * (@hit-reach)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/issue-with-opera/#post-3395931)
 * Hi Zulus,
 * Thanks for letting us know
 * I have looked into the issue, you can provide a fix by simply targeting div.inner_text
   and setting the overflow to auto,
 * Add the following to your theme’s CSS and you should be fine:
 * `body div.inner_text{ overflow:auto; }`
 * if this doesn’t work try:
 * `body div.inner_text{ overflow:auto !important; }`
 * From testing, this fix doesn’t affect any other browser.
 * Thanks,
    Hit Reach

Viewing 1 replies (of 1 total)

The topic ‘Issue with Opera’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-expanding-box.svg)
 * [JQuery Expanding Box](https://wordpress.org/plugins/jquery-expanding-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-expanding-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-expanding-box/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-expanding-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-expanding-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-expanding-box/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hit-reach](https://wordpress.org/support/users/hit-reach/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/issue-with-opera/#post-3395931)
 * Status: resolved