Title: IE bug question
Last modified: August 18, 2016

---

# IE bug question

 *  [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/)
 * Okay small question regarding an IE bug. In FF my highlighted comments seem to
   work fine, no problems. In IE, all that information is gone.
 * [http://www.brokenkode.com/archives/broken-kode-version-30/](http://www.brokenkode.com/archives/broken-kode-version-30/)
 * I think it’s a position relative thing, although I’m not sure, because I’ve tried
   various iterations and all I can get out is the gravatar to show up. Any ideas?

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

 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176266)
 * Would you believe removing the following from your css will do the job:
    `.authorcomment{
   background: #e7fbfa; }
 * Now we need someone to tell us why the hell IE borks when that is left in.
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176268)
 * erm if I remove that then my actual highlight won’t work, which kind of defeats
   the purpose no? 🙂
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176269)
 * khaled by hi lite you mean the way your own comments are differentiated am I 
   right?
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176270)
 * that’s correct yes.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176271)
 * And the conditional is if there is a commentauthor do the normal thing – if not
   do khaleds ?
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176273)
 * This is more or less the mark up. When my e-mail address is present then bam 
   it see it and uses the authorcomment class.
 * `<?php
    $isByAuthor = false; if($comment->comment_author_email == 'myemailaddress@gmail.
   com') { $isByAuthor = true;} ?>
 * ` <?php if($isByAuthor ) { echo '<div class="authorcomment">';} ?>`
 * This part has the comment text and other bits and pieces.
 * ` <?php if($isByAuthor ) { echo '</div>';} ?>`
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176277)
 * _erm if I remove that then my actual highlight won’t work, which kind of defeats
   the purpose no? 🙂_
    🙂 The earlier comment wasn’t meant to be a final solution
   but a step along the way.
 * However, it would still mean that there’s still a border around your comment,
   which acts as a differentiator and you can use the following for non IE browsers:
   `
   li > div.authorcomment{ background: #e7fbfa; }
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176287)
 * Try the following:
 * .authorcomment{
    width:100%; }
 * It’s a relative positioning bug but I think this should fix things.
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176289)
 * ifelse, you’re a genius :).
 * I appreciate all help anyone gives me. Please don’t take my previous comment 
   as a snarky one, it was meant to be tounge in cheek, honest :).
 * There’s a bit of extra spacing, but to be honest I can live with that. Thanks
   guys.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176292)
 * He is so _quick _
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176294)
 * Glad it worked! Now your site looks amazing in all the browsers:-)
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176300)
 * Ah shucks dude, making me blush, which reminds me yours is looking fantabuloso,
   seriously slick work. It’s like the antithesis of my site, the ying to my yang
   the black to my white. Great work btw :). And Rootie, Aphrodite seems to be shaping
   up. Spent all that time sorting out Gemini and now you’ve gone a clicked into
   sorting something else out :).
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176306)
 * I can definitely feel _a three column thing _ coming on in the WP community.
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176313)
 * _It’s like the antithesis of my site_
    I’m tempted to make that my tagline… “
   ifelse – the anti broken kode” 🙂
 *  Thread Starter [khaled](https://wordpress.org/support/users/khaled/)
 * (@khaled)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176317)
 * ifelse haha, that’s pretty funny.
 * root, yeah 3 is the new 2 :).

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

The topic ‘IE bug question’ is closed to new replies.

 * 15 replies
 * 3 participants
 * Last reply from: [khaled](https://wordpress.org/support/users/khaled/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/ie-bug-question/#post-176317)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
