Internet Explorer Problem...Please Help Soon!

Discussion in 'HTML & Website Design' started by Roseate, Sep 14, 2007.

  1. #1
    Hi,

    I am not sure if this is the right section for my question.

    I have a problem with my blog color. When opening it with Internet Explorer
    the widgets' color mix with the content body, while it is fine with Mozilla Firefox.

    This problem is just a couple of days ago, as it was ok before. Is there something in the template I should fix for that? I am really confused...please
    help me with that....I am getting crazy everytime I am told that my blog is so
    pink that they can't read it :(

    Thanks,
    Roseate
     
    Roseate, Sep 14, 2007 IP
  2. hamidof

    hamidof Peon

    Messages:
    619
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you reply with a URL so I can take a look at it?
     
    hamidof, Sep 14, 2007 IP
  3. semodders

    semodders Banned

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    are you using CSS? if so then your CSS needs rendering, i have had these kind of problems many time for example : text size is normal is FF but not IE, OR it could be table problems, did you use any software when editing your html code?
     
    semodders, Sep 14, 2007 IP
  4. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #4
    open up the editor and check color codes:)
     
    Aaron111, Sep 14, 2007 IP
  5. Roseate

    Roseate Active Member

    Messages:
    220
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    OH! I forgot, here is the blog:

    http://www.roseatemarketingtips.com/

    Well it is a wordpress blog, I recently edited the template to make the content space
    wider....and now it is the widget's color entering at the content section....so what exactly
    should I edit?
     
    Roseate, Sep 15, 2007 IP
  6. PalSys

    PalSys palsys.io

    Messages:
    2,628
    Likes Received:
    224
    Best Answers:
    0
    Trophy Points:
    230
    #6
    EDIT: Getting my own thread :D Good luck fixing that!
     
    PalSys, Sep 15, 2007 IP
  7. Roseate

    Roseate Active Member

    Messages:
    220
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    Here is the template code for the sidebar section (if it might help):

    #sidebar {
    float: right;
    width: 200px;
    font-size:0.9em;
    }
    #sidebar ul
    {
    list-style:none;
    margin:0;
    padding:0;

    }
    #sidebar ul ul
    {
    list-style:none;
    margin:0.5em 0 0 1em;
    padding:0;
    }
    li.sidebox {
    padding:10px;
    background: #FCDFFF no-repeat left top;
    margin-bottom: 10px;
    }
    html li.sidebox {
    padding-bottom: 10px;
    }
    li.sidebox h2 {
    font-weight: normal;
    font-size: 1.6em;
    text-align: left;
    color: #7D1B7E;
    }
    #sidebar li.sidebox p img {
    float: left;
    margin: 0 10px 10px 0;

    }
     
    Roseate, Sep 15, 2007 IP