Title: Internet explorer problem.
Last modified: August 19, 2016

---

# Internet explorer problem.

 *  [demetria](https://wordpress.org/support/users/demetria/)
 * (@demetria)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/internet-explorer-problem-6/)
 * Yeah, that’s me again with my home page – [http://auditspluss.lv/blogs/](http://auditspluss.lv/blogs/).
   Seems like everything is resolved exept one thing – in IE sidebar is going out
   of frames. Is there any code or something for that?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/internet-explorer-problem-6/#post-1237516)
 * You have a couple of [validation errors](http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fauditspluss.lv%2Fblogs%2F)
   that need sorting first. Any remaining issues with IE7 are best dealt with via
   conditional comment CSS:
 * [http://quirm.net/2009/06/29/wordpress-conditional-comment-css/](http://quirm.net/2009/06/29/wordpress-conditional-comment-css/)
 *  Thread Starter [demetria](https://wordpress.org/support/users/demetria/)
 * (@demetria)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/internet-explorer-problem-6/#post-1237574)
 * Ok, I corrected the validation errors and I understand I need to make another
   css for IE, right? But I don’t know what I have to change in my original CSS 
   to make it look right in IE. :/
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/internet-explorer-problem-6/#post-1237575)
 * it might work without a conditional IE css:
 * a few things to adapt in style.css:
 *     ```
       body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, ul li, ul ul, ul ul li {
       margin : 0;
       padding : 0;
       }
       ```
   
 *     ```
       #container {
       width : 590px;
       background: url('http://i78.photobucket.com/albums/j98/klewyx/posta_bg_ap.png') repeat-y top left;
          float: left;margin-top:-5px;
       }
       ```
   
 *     ```
       .sidebar   {
          background: url('http://i78.photobucket.com/albums/j98/klewyx/side_ap_.png') repeat-y top left;
          float: left;
          padding: 0px 0px 0px 0px;
          text-align: left;
          width: 210px;
          margin-top:-5px;
          }
       ```
   
 *     ```
       .sidebar ul {
       font-family : Georgia, Sans-serif;
       margin-left : 40px;
       }
       ```
   
 * `.sidebar ul li#search {margin-top:5px;}`
 * preview with dreamweaver looked ok in IE7 and Firefox – not tested in other browsers.

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

The topic ‘Internet explorer problem.’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/internet-explorer-problem-6/#post-1237575)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
