I have this blog i am setting up for my friend...we just converted it from another blog software to wordpress.... and i want to use a certain template... but all the stuff in the side bar is at the very bottom, instead i want it all at the top of the side bar.... anyone know how i can get it to show up at the top instead...
http://www.whereisjennifer.com is the site to check it out...
thanks guys.
Joshua Sigar
Member
Posted 6 years ago #
The last two images are too wide, I guess. Resize them.
yea i just realized that...i just thought it was weird that on the classic template it was not affected at all...
This has to do with the images in your posts, which run out over the fixed-width of the storycontent div and into the sidebar area, which causes IE to, technically speaking, go a little freaky. You have overflow set to hidden in your storycontent properties (style.css), but IE doesn't recognize it.
You may need to go the way of setting a 'maximum width' for your images, either manually with height/width attributes, or see this article for some ideas on how to get IE to do it automatically:
http://www.svendtofte.com/code/max_width_in_ie/