I made some modification on my theme. When i use mozilla firefox there is no problem with appearance. But when i try to use Internet Explorer or Opera the right block goes down. Alsa When i try the theme which is not modified(friendselectric) , I also get the same problem. how can i solve this painful problem.
thanks,

Comments

vm’s picture

seems like a screen resolution issue. increase your screens res ? I've only found these issues when working in 800x600 or less. which is a tad small for todays standards.

providing a link to your site so that we can see the issue may help as well.

rob101’s picture

I think you may be suffering the same problem that I have. Feel free to visit in Firefox and IE:
FreshDynamics.net

It seems that if any blocks contain more than just static content, then they will align themselves to the bottom of the body content when using IE.

I'll be happy to offer my site as a testing ground if anyone would like to moot solutions.

Best,
Rob

babiesrar’s picture

I'm working on localhost and using 1024x768 resolution. The problem is the same as your's rob101. How can I set the content width to smaller values. Maybe the problem is all about the width...

michelle’s picture

I've run into this before. It happens sometimes when the total width of everything goes over 100%.

Michelle

--------------------------------------
My site: http://shellmultimedia.com

babiesrar’s picture

#sidebar-right {
float: right;
position: relative;
width: 201px;
margin-left: -201px;--------------------->change to: margin-left: -251px
z-index: 20;
}

or

.content-wrap-right, .content-wrap-both {
padding-right: 201px;----------------------->change to: padding-right: 210px
}

in friendselectric theme when i made these changes in theme.css, it works...
thanks everyone...