Title: dalbert44's Replies | WordPress.org

---

# dalbert44

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Shadowbox JS] Doesn’t work with Internet Explorer 8.0 RC1.](https://wordpress.org/support/topic/plugin-shadowbox-js-doesnt-work-with-internet-explorer-80-rc1/)
 *  [dalbert44](https://wordpress.org/support/users/dalbert44/)
 * (@dalbert44)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-shadowbox-js-doesnt-work-with-internet-explorer-80-rc1/#post-1009387)
 * Hi all,
 * to fix the IE8 problem, add the following to your skin css file:
 *     ```
       #shadowbox_title {
         border: 0px solid;
       } 
   
       #shadowbox_info {
         border: 0px solid;
       }
       ```
   
 * IE8 gets border-top-width and border-bottom-width as medium if it is not set.

Viewing 1 replies (of 1 total)