image popup on hover

Recently, I had the task of making an image popup on hover. I'm not sure it matters that much, but I would expect that to be a little more efficient on first render. BTW, here's an example my daughter and I put together last year for her to learn about HTML and CSS, which is similar to what you've done but uses transitions and the display property instead of position. Remember that when a Doctype is included above the head before the html tag (as it should be) then the overall width of a div is its defined width plus borders, margins and padding widths. See some more examples of hover popups at dynamicdrive.com. Note the addition of style="left: 240px" in the for the popup because the icon plus its padding is 60px further right than the first one so the popup, in order to stay in the same place as the first popup, needs to be 60px less than the standard offset, ie 300-60=240px. This technique is placing two images side by side, the thumbnail image (smaller image) and a larger image which will appear when you hover over the thumbnail image.   1. From the Insert tab, click “Action.” In the Action Settings dialog box, click the “Mouse Over” tab. color: #FFFFFF;