By Yuki on
One of the problem I am facing right now is the resolution problem.
My current resolution 1152x864.
In this resoltion seems site working fine but if I change the resolution to 1024x768 or 800x600 then horizontal scrollbar
is coming so users have to scroll to browse which is annoying to them.
I assume different users can be using different resolution which we cant predict but standard can 1024x768 or more
So how can I fix this issue so that users will not see scroll bar below of webpage if the resoltion is different.
Comments
Can you give us a link to the
Can you give us a link to the site? It will be easier for us to help you solve this problem.
its a intranet based sry...
its a intranet based sry...use the "foliage" theme and change teh resolution of your pc you will get the problem...
It could be a reason of using
It could be a reason of using fixed layout, like assigning width in 'px' rather then '%', Did you check bar width ?
Below is my full css
Below is my full css code:
But if I change the "em" (bar section) to the % the scroll bar of browser is not coming but the siidebars are not visible hiding two sides.
Dont know where to change?
As I said its problem of
As I said its problem of having fixed layout, in your css you have given width 1090px to "pageWrap" element, so this width wouldn't change when resolution change, you need to change width in "%". try this
Hope this help you.
Thanks
regards
Kuldev
Or you can scrap your CSS and
Or you can scrap your CSS and use a theme (or build your own) that has adaptive properties like Less Framework or Tiny Fluid Grid.
Not working, I have changed
Not working, I have changed it into % as said...but when I press cntrl+scroll mouse or change the resolution then the sidebar increases its width automatically...header image getting smaller...lokking awkward...do I need to change any other value in the code?
It would be great if could
It would be great if could provide us link. Actually I use the theme you mentioned, and change resolution after changing width in %. It worked for me.
I am extremely sry that it is
I am extremely sry that it is intranet based and another info I am using IE 6.
Can you copy pest the whole code (which I've pesetd above) into your foliage theme folder's style.css and see. Appreciate. Thank u very much.
Hi your css and theme was
Hi your css and theme was fine for me in IE6 as well, installing IE6 and then change resolution, it was looking same as in firefox and chrome. there might be some other reason. debug it with IE developer tool.