i built my site in dreamweaver http://www.vegasundergroundcom.com and on my lap top the images and text are all overlapping on my menu on the left side. But on my desktop it looks all centered and perfect. why does this happen?
thanks any help is greatly appreciated.
:drunk2:
position:absolute;
all over the place. But near the bottom, I also see a table that you are using for your menu, with a table-width of 20%.
It looks fine on your laptop because the screen is smaller. Your menu on the left-hand side is set to be 20% of the width of the screen. If you look at your site on a larger monitor (like your desktop), the menu will still take up 20% of the screen, but the content part (and the top logo) will remain fixed in the same position (because that’s the way you set it up). The content will always be xx pixels away from the left side of the screen, regardless of the monitor size. On your desktop, try resizing the browser window, and you will see what I mean.
My suggestion would be to pick one or the other — position everything absolutely, with fixed widths — e.g. the menu is set to exactly xxx pixels wide, and the content is set to exactly yyy pixels wide. Or, use variable widths everywhere — e.g. set the menu width to 20%, and set the content area to 80%.
Hope that helps.
Check your resolutions and make them the same and see if the problem still happens.
Go to Control Panel
Go to Display (and double click)
Go to the settings tab
See what is in the ‘Screen resolution’ portion of the window.
And, if you are brave, change that to whatever your other monitor (or laptop) is.. You should see the same view.
However, Engineer is absolutely correct.. You need to set your widths properly (either absolute or relative) to get this to display properly because everyone out there will have different resolutions and you want your website to be displayed properly to everyone.
kw
Can anyone else lend a hand? If not, you may want to visit WebmasterWorld.com and ask for help over there.
Please login or Register to submit your answer