Title: IE CSS break
Last modified: August 18, 2016

---

# IE CSS break

 *  [Bobby Ong](https://wordpress.org/support/users/bobby89/)
 * (@bobby89)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/ie-css-break/)
 * I’m a beginner in designing themes. I started on a design for my WordPress blog
   here [http://www.69tribe.com](http://69tribe.com)
 * It works perfectly fine with Firefox and Opera but on IE my main content post
   got break from the middle to the bottom of my leftsidebar.
 * Any hacks for me to put in my css?
 * My current css for those part are as follow:
 * #content {
 *  float:left;
    width: 420px; text-align:left; margin-left:5px; margin-right:5px;
 *  font:11px/16px ‘Lucida Grande’, Verdana, Sans-Serif;
    font-size:0.9em; color:#
   29303B; line-height:1.3em;
 * }
 * #leftbar {
    float:left; margin-left:5px; margin-right:5px;
 * }
 * Hope someone can help me with this IE prob. Thank you.

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

 *  [fififi](https://wordpress.org/support/users/fififi/)
 * (@fififi)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/ie-css-break/#post-485979)
 * It’ll be in your margins. Try padding instead, that might work. IE just hates
   CSS.
 *  Thread Starter [Bobby Ong](https://wordpress.org/support/users/bobby89/)
 * (@bobby89)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/ie-css-break/#post-485982)
 * Nope it still doesn’t work. I’ve just changed
    margin-left:5px; margin-right:
   5px;
 * in both the css code above into
    padding-left: 5px;
 * but the problem still persists

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

The topic ‘IE CSS break’ is closed to new replies.

## Tags

 * [break](https://wordpress.org/support/topic-tag/break/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bobby Ong](https://wordpress.org/support/users/bobby89/)
 * Last activity: [19 years, 4 months ago](https://wordpress.org/support/topic/ie-css-break/#post-485982)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
