ddusr
03-15-2007, 04:46 AM
1) Script Title: CSS Popup Image Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P80/
3) Describe problem: I cant seem to get images to align on the same line as is shown on the above url. I want to display 4-5 images and the remaining below that and so on.
The div where i put it is defined as
#mcntnr{
margin: 0 auto;
width:95%;
}
#mcntnr p{
padding: 1em 2.5em .5em 2.5em;
text-align: left;
line-height: 2em;
}
My large images are 640X480 in size, thumbnails are also slightly bigger (190X130). Other than that there are no changes.
Kindly help.
Many thanks in advance.
2) Script URL (on DD): http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P80/
3) Describe problem: I cant seem to get images to align on the same line as is shown on the above url. I want to display 4-5 images and the remaining below that and so on.
The div where i put it is defined as
#mcntnr{
margin: 0 auto;
width:95%;
}
#mcntnr p{
padding: 1em 2.5em .5em 2.5em;
text-align: left;
line-height: 2em;
}
My large images are 640X480 in size, thumbnails are also slightly bigger (190X130). Other than that there are no changes.
Kindly help.
Many thanks in advance.