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
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?
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?
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; }