Forum Moderators: open
To get them to resize to the browser window you'll have to edit the HTML, I'm afraid. You can do it through Dreamweaver's Design View, I suppose-- it's probably images in tables, and you'll have to set the table widths to be 100% or whatever relative to the size of the rest of your graphical elements.
But you're really generating all of your HTML in Photoshop? That's... I've just never heard of anyone actually doing that before. How does that work? Can you have plain text sections? Or are you just doing the page borders and other graphical elements in PS, and adding the actual text content in DW?
If yes nobody will be able to see the whole page fit in one screen. Most people have a screen resolution of 800x600 or 1024x768 (widthxheight) so it's best to design on a canvas of, say, 780x500 (actual window in which the site is displayed).
Then you can put your site in DW in a 100% table which will fit the screen. With complex graphics I usually have a 750px table with all my graphs in, within a 100% table with the end of my grahps as a table or cell background image. For more simple graph I've got 3 columns, left and right fixed width, and middle %age
Hope this helps
Leo
Regards Ian
One way around it would be to use a JS browser detect script for the res, and use various bg's for different rez's, alternatively though i am not that hot with CSS, i would have thought that you could have CSS position the BG, into a central top position so that you can have the same background centre at what ever size, with color fill for the varying rez size.
Question that i am not clear about: what size is the background, or is it a solid color?
Hope this helped you
Leo
With one almighty BK image like this testing on the largest resolutions would be advisable as the image will begin to repeat itself and can intrude on your overall design.
Have come across liquid design? It might be something for you consider
that way you could have the Bkground set within a table with a % width so no scrolling would occur - and the page will resize for different resolutions and extras like the M$ toolbar. or context menus like history and favourites
If I want to have the top part of the site to carry on forever sideways:
If I want to have the left part of the site to carry on forever top to bottom:
YOu can use both tricks together and you'll have a fast to download bg for your pages which will cover your page both ways left to right and top to bottom.
Leo
That's what I've done. Well. The table is 100% wide, and I have several cells in it. Most of the cells are set to the width of the images in them, and then there's one left over that's meant to expand to fit the rest of the page. This works fine in IE6 (win) and Safari 1.0 (mac), but in Mozilla, the image sits at the left, 4 px wide (or whatever size the slice I used is) and refuses to be as wide as the table cell. Do I have to put a subsidiary table in there to get it to be as wide as that table? What a pain that would be...
Other than that, all my liquid design elements work. I'm just using a bgcolor for the background, and the graphics are overlaid. I wanted to have as little be fixed as possible. It just seemed lighter to me to go about things that way. And it does look good in a window larger than 615 px wide... it squishes right down, and expands.
Just not... quite... in Mozilla.