Center Amazon Drop down on page
Amazon style Drop-in content box
http://www.dynamicdrive.com/dynamici...amazondrop.htm
First off, the script that was posted on how to create the delay was fantastic - on http://firemanagementconsultant.com/ that makes the drop down seem like its part of the flash animation that is directly above it ! THANKS !
However, I was not able to make it centered, I added the two div tags as indicated in the thread earlier and it actually prevented the drop down from appearing at all. Perhaps I am doing something incorrectly?
The code would have looked like this:
<div style="position:relative;">
<div id="dropinboxv2cover">
<div id="dropinboxv2">
<img src="images/book-ad.jpg" align="center" width="298" height="208"><br>
<a class="box" href="book.htm"><b>View Sample Pages / Purchase On-line</b></a> <a class="box" href="javascript:void();" onclick="dismissboxv2();return false;">Close this box</a>
</div>
</div>
</div>
So, that did not work. What am I missing?