
If you are visiting this blog with Firefox you don’t have any problems. Everything is Super Ok. But if you use Internet Explorer you will see that things are not 100% ok with this blog. For example the right sidebar is situated down. I don’t know exactly how to solve this problem right now, and I’ve asked this question because who knows maybe I have here someone who is an CSS expert and knows what I have to do to make my blog look good in any browser. I’ve decided to make these changes because :
- My stats shows me that 23.26% of my visitors use Internet Explorer
- Bloggeries just reviewed my blog and noticed this problem.
I hope that here is someone who can help to improve my users experience on this blog.
BTW - What do you think about the navigation on this website ? Is it ok ? ! - Did you noticed other problems ?
Thanks
Published by Michael July 3rd, 2007 in Uncategorized
If you enjoyed this post you can - Click here to Subscribe to the Free Newsletter
8 Responses to “Help Me Solve Some Problems with this Blog”
- 1 Pingback on Jul 3rd, 2007 at 9:48 am
- 2 Pingback on Jul 10th, 2007 at 1:25 pm



Extend #page width, just try something silly like 1000px then slowly take it down untill it looks alright in IE.
I think it must be margins or width of your sidebar. Internet Explorer tends to need more space between divs. If you like, you can send me a zip of your theme to fix.
Check this link:
http://pmob.co.uk/pob/three-columns-fluid.htm
Hope this help!
nice blog. thanks!!!
ok, so backup your css file and html files and then try this
in your css change these classes to this…
#primary {
width: 500px;
float: left;
padding-right: 15px;
}
#secondary {
position: absolute;
font: 1em/1.5em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
margin-right: -20px;
padding-left: 15px;
width: 160px;
}
And then in your html file you gotta make it like this
before it said
that should work, i tested it in ie 5.5 and I don’t have any new version because I use firefox
hope this helps, you can email me if you need further help, and i’ll fix the header later, but I gotta go feed fat people deep fried food.
and for the love of god cut down on the chairs you post.
love this site
.Zane
I have had the same problem on my blog and it is usually due to my pictures being too wide. I do not know what it is, but usually if I make them less wide it is corrected in IE. In firefox, however there is no problem. I still have problems in IE7 with how my menu bar appears. I have resigned myself that it is too difficult to please all browsers if your time is limited.
I would start with the pictures and see if that fixes the problem since that is the easiest.
change the px into %, example 500px into 90% = 450 px..