ChrisRChamberlain
Programmer
Hi all
Have a test site with the main content of the page consisting of four divs.
Each div has a single thumbnail image and text description of the image.
The code for the div is :-
All works as expected until the mouse is passed over the thumbnail. Courtesy of BillyRayPreachersSon, , the image becomes a larger animated .gif enabling a prospective customer to appraise a vehicle without leaving the main page.
Unfortunately, because the descriptive text is shorter than the height of the animated .gif, the next div appears below the text of the current div to the right of the animated .gif.
Is it possible to force the divs to follow under each other without showing themselves as described?
The site is at
TIA
PDFcommander.com
motrac.co.uk
Have a test site with the main content of the page consisting of four divs.
Each div has a single thumbnail image and text description of the image.
The code for the div is :-
Code:
.maindiv {
[tab]position:relative;
[tab]top:-2;
[tab]left:-4;
}
All works as expected until the mouse is passed over the thumbnail. Courtesy of BillyRayPreachersSon, , the image becomes a larger animated .gif enabling a prospective customer to appraise a vehicle without leaving the main page.
Unfortunately, because the descriptive text is shorter than the height of the animated .gif, the next div appears below the text of the current div to the right of the animated .gif.
Is it possible to force the divs to follow under each other without showing themselves as described?
The site is at
TIA
FAQ184-2483
Chris PDFcommander.com
motrac.co.uk