Web Hosting Talk







View Full Version : Layout that looks the same on all screen resolutions?


rhizaowns
10-30-2004, 04:55 PM
See link: http://68.19.170.61/help.php

I'm trying to get the text of my content area on my site to extend from under the date all the way under the curved bar on the right on any resolution or browser. If you're at 1024x768 and use firefox, you can see how I want the page to look.

I've tried many different things.

I tried having my content container being absolutely positioned with css 200 pixels from the right, but it didn't look correct because at resolutions higher than 1024x768, the content started near the middle of the screen.

If I change the width of the table, there will be a problem with some resolution.

Is there an easy way (without using javascript) to fix this?

http://68.19.170.61/help.php

CyberAlien
10-30-2004, 05:17 PM
You have width of table that contains that text set to 70%. Create one more empty cell and set width to fixed pixels that would be about 300px wide so left cell would take all available space.

rhizaowns
10-30-2004, 06:00 PM
Wow, so easy. I feel dumb now. :)