Tijnema ! wrote:
[snip] Should you create a header that is 1600 width, and resize it down until 800 when a user with 800x600 visits? and all images used at borders and corners? That's the biggest problem in dynamic layouts. Atm, i repeat small images around the borders, but that's a real pain in the ass. For now, i mostly design static pages, that are best viewable with 1024x768, and resolutions higher then that have those damn borders... If sombody has a better way, i'd like to hear :)
Oh yeah, forgot to mention. I usually headers and footers outside of my "centered expandable block", so they stretch the whole width of the screen even if the centered block doesn't.
Again, using the hated "tables for layout" approach, I create a table with width=100%, and as many columns as I need for the header or footer content. Then I use a tiled background image in the table for making the prettyness stretching across the width page.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php