Hello,
I have my site up, worked out a lot of issues (still haven't takled IE/Win yet, ughhh). However I'm having a trouble with the size of the page so I'm wondering if anyone has any ideas.
The page expands vertically, as it should, as you can see here:
<http://illusionart.com/sketchbook/fe_value_rough/>
However, when an image is large horizontally, the page doesn't expand in that direction:
<http://illusionart.com/sketchbook/beach_girl/>
I don't have the size of the page set to 100% anywhere, so I'm not quite sure why it insists on being the size of the window. I tried width: auto but that did nothing.
Also tried putting:
<div style="width: [width of image here];"></div>
Around the image, but that did nothing as well. The only way I could get it to work was to put the above div around the entire site. But if I have to define the width of every page explicitly it defeats the purpose of having it automated.
Any and all suggestions are welcome, I'll try them out and report back.