Click to See Complete Forum and Search --> : HTML - Webpage for multiple browsers?


flashgordy
06-17-2006, 02:56 PM
Hi all,

Ok my problem is this, ive developed a webpage that looks great on my computer under 1024x768 but as soon as i turn to 800x600 you have to scroll the page horizontally, ie the page doesnt fit.

How (and what code - css, html etc) if any can i use within my webpages so that any browser will re-size the page automatically, with any screen resolution the user has on his or her computer.

Ive design my pages with Dreamweaver mx 2004, and the pages contain frames etc.

Thanks.

Gordy. :)

JPnyc
06-17-2006, 03:36 PM
Basically fluid width webpages are accomplished by setting various containing element widths to % values, rather than hard coded pixel values. That's a very general answer but since I haven't seen the page, that's the best I can do.