CSS layouts for images

G

GeneSmith

I'm trying to design a web page that will have a few thumnails of
different dimensions grouped on the left side, and a full size image of
a clicked thumnail on the right side, along with a couple of lines of
text below the image.

Are there CSS layouts that will approximate this, and keep the
thumbnails and the full size image positioned properly on different
monitor sizes? Thanks.
 
M

m

I'm trying to design a web page that will have a few thumnails of
different dimensions grouped on the left side, and a full size image of
a clicked thumnail on the right side, along with a couple of lines of
text below the image.

Are there CSS layouts that will approximate this, and keep the
thumbnails and the full size image positioned properly on different
monitor sizes? Thanks.

First, don't use a frame.
Link to another page that has both the thumbmail and the full size image
displayed if you want. You can either generate the pages server-side
or preprocess the extra pages so that the thumbnail (or a group of
thumbnails) and the enlargement always show up in the same place on
the page. They should all be styled with a common spreadsheet file.

http://www.mbstevens.com/howtothumb/
http://www.mbstevens.com/preprocessor/
 
M

m

tm said:
Yeah, I've seen those. Frames still work for thumbnailed pictures.

Question is not entirely whether it works -- the question is whether it is a
good way to do it. An internet newbie wouldn't know how to find subframe
information in order to save the address of, say, the image with the fur
bikini, and might not be able to find it. And the back-arrow is broken.
And a search engine would just index the frameset page, so anyone looking
for pictures of fur bikinis would come to the page and have to search
around for a while to find it, probably deciding it was not worth the
trouble. A real subpage could have been given a <title> that a search
engine could use. The page works, but has lousy usability.
 
M

m

m said:
Question is not entirely whether it works -- the question is whether it is
a
good way to do it. An internet newbie wouldn't know how to find subframe
information in order to save the address of, say, the image with the fur
bikini, and might not be able to find it. And the back-arrow is broken.
And a search engine would just index the frameset page, so anyone looking
for pictures of fur bikinis would come to the page and have to search
around for a while to find it, probably deciding it was not worth the
trouble. A real subpage could have been given a <title> that a search
engine could use. The page works, but has lousy usability.

Correction, the back-arrow on this particular site doesn't seem to be
broken, but the other frame-related problems are still there. The
non-frame releated problems have to do with completely meaningless
titles and filenames for the images and thumbnail images.
 
T

tm

m said:
tm wrote:

Question is not entirely whether it works -- the question is whether it is a
good way to do it. An internet newbie wouldn't know how to find subframe
information in order to save the address of, say, the image with the fur
bikini, and might not be able to find it. And the back-arrow is broken.
And a search engine would just index the frameset page, so anyone looking
for pictures of fur bikinis would come to the page and have to search
around for a while to find it, probably deciding it was not worth the
trouble. A real subpage could have been given a <title> that a search
engine could use.

All wonderful arguments against frames. Otoh, if you want to display
thumbnails and pictures in the same window, frames work.
The page works, but has lousy usability.

Lousy usability in terms of bookmarking and searching, in terms of
browsing thumbnails it has excellent usability.
 
T

tm

m said:
Correction, the back-arrow on this particular site doesn't seem to be
broken, but the other frame-related problems are still there. The
non-frame releated problems have to do with completely meaningless
titles and filenames for the images and thumbnail images.

Yes, the page is not perfect, wasn't looking for a critique, its not
my page. Just pointing out that that method is a fine way to display
pictures.
 
M

m

tm said:
Lousy usability in terms of bookmarking and searching, in terms of
browsing thumbnails it has excellent usability.

The page could get that _without_ the other problems
by dropping the frames.

The otehr problems are just not acceptable.
 
T

tm

m said:
tm wrote:

The page could get that _without_ the other problems
by dropping the frames.

Wasn't the original question how to have the thumbnails and the full
pictures open in the same window?
The otehr problems are just not acceptable.

To whom?
 
L

Leif K-Brooks

tm said:
Lousy usability in terms of bookmarking and searching, in terms of
browsing thumbnails it has excellent usability.

Shooting yourself out of a cannon has lousy usability in terms of not
getting injured, in terms of travel it has excellent usability.
 
T

tm

Leif K-Brooks said:
tm wrote:

Shooting yourself out of a cannon has lousy usability in terms of not
getting injured, in terms of travel it has excellent usability.

Cool.
Analogys are usually lousy in terms of enlightenment, but they are
excellent in terms of entertainment.
 
M

m

tm said:
Wasn't the original question how to have the thumbnails and the full
pictures open in the same window?

Yes. Completely achievable without frames.

To newbies who can't figure how to bookmark subframes.
To people using search engines who love fir bikinis.
To me and those in my room.
Lots of folk besides youm,
Thas 'om.
 
M

m

tm said:
Ah, finally. Please elaborate.

Subpages have left-hand div (with scrollbar turned on
if the (perhaps benighted) designer feels it absolutely necessary).
Repeating elements are easy do with either server-side page generation
or preprocessing.

Precise behavior of the bikini site would take some trouble,
but the original question didn't require that.
 
G

GeneSmith

Leif said:

Thanks, this is very close to what I have in mind. I would like to group
the thumbnails on the left side and the enlarged image on the left, and
should be able to do it. The big problem is how to get the thumbnails
aligned "properly" on different monitor sizes and with different
browsers. For example, if the thumbnails consist of a mixture of
landscapes and portraits and are of different dimensions. Any hints?

BTW, I would like this page to be standardized and without frames.
 
B

bulge

I'm trying to design a web page that will have a few thumnails of
different dimensions grouped on the left side, and a full size image of
a clicked thumnail on the right side, along with a couple of lines of
text below the image.

Are there CSS layouts that will approximate this, and keep the
thumbnails and the full size image positioned properly on different
monitor sizes? Thanks.

First half of this article should help:
http://www.alistapart.com/articles/practicalcss/

Outlines how to do thumbnails.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top