Screen Resolution

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Here is the scenario: I need my objects on the page to resize when the page is load on a browser with a different screen resolution. I heard that you should create your pages using flow layout. I've done that but the objects still keeping their size as they were when I put them on the page.
Let's say for example a have a Banner on my page, I need it to go across the browser window regardless of the user screen resolution, and without creating a horizontal Scrollbar. Anyone have an answer?
 
place your banner in a table and set the table width to 100%. Be aware that the banner will not stretch, so what you can do is set the background of the table to be the same color of the banner background
 
Back
Top