View Single Post
  #3  
Old December 18th 03, 02:44 AM
Peter Duniho
external usenet poster
 
Posts: n/a
Default

"Jay Honeck" wrote in message
news:_%3Eb.583803$Fm2.541657@attbi_s04...
Can anyone tell me how to make the Rogue's Gallery page automatically

scale
to whatever screen resolution the user is running?


Your website generally has this problem. It's not just the gallery.

I haven't bothered to look at the source for your site, so I don't have any
specific suggestions. But you should look at the way you flow the pictures.
Where the whole page doesn't fit in the browser width, I can always find
some sequence of pictures that occupy the same line. Your problem is that
the page's source is requiring the pictures to exist on the same line, and
not allowing them to wrap to the next row. Thus, the page has an effective
"minimum width", below which scrolling horizontally will be required to see
the whole thing.

Fix those non-breaking rows of pictures, and my guess is that the problem
will go away.

Pete