P
paul
I want to have thumbnails with captions below fill the screen, stacking
horizontally then wrapping down as needed. The following test page works
with the last few images (or text only) but when I put a <br> in there &
add the caption, it messes it up like the first two images. I tried
putting another <div> around the image & caption but that forces each
set to not roll out horizontally.
http://www.edgehill.net/1/0-selected-photos/test.htm
-<div> added to hold things together
http://www.edgehill.net/1/0-selected-photos/test1.htm
-totally messed up without the <div>
http://www.edgehill.net/1/0-selected-photos/test2.htm
-how it should work except I want captions under each thumb, note that
resizing the window makes it wrap
and the associated CSS for making a horizontal list:
ul.menu {
margin: 0;
/* margin-bottom: 1px; */
padding: 0;
border-bottom: 1px solid #444;
border-top: 1px solid #444;
}
li.menu {
display: inline;
margin: 0; /*top right bottom left*/
padding: 0 0.5em 0 0.5em;
/* padding: 0;
padding-left: 0.5em;
padding-right: 0.5em; */
}
horizontally then wrapping down as needed. The following test page works
with the last few images (or text only) but when I put a <br> in there &
add the caption, it messes it up like the first two images. I tried
putting another <div> around the image & caption but that forces each
set to not roll out horizontally.
http://www.edgehill.net/1/0-selected-photos/test.htm
-<div> added to hold things together
http://www.edgehill.net/1/0-selected-photos/test1.htm
-totally messed up without the <div>
http://www.edgehill.net/1/0-selected-photos/test2.htm
-how it should work except I want captions under each thumb, note that
resizing the window makes it wrap
and the associated CSS for making a horizontal list:
ul.menu {
margin: 0;
/* margin-bottom: 1px; */
padding: 0;
border-bottom: 1px solid #444;
border-top: 1px solid #444;
}
li.menu {
display: inline;
margin: 0; /*top right bottom left*/
padding: 0 0.5em 0 0.5em;
/* padding: 0;
padding-left: 0.5em;
padding-right: 0.5em; */
}