move the dropin box HTML into a relative positioned div
Code:
<div id="topmenu">
<ul>
<li><a href="http://franko.meemopics.com" target="_blank"><span>FRANKO</span></a></li>
<li><a href="whatsnew.html"><span>WHAT'S NEW</span></a></li>
<li><a href="bio.html"><span>BIOGRAPHY</span></a></li>
<li><a href="gallery.html"><span>GALLERY</span></a></li>
<li><a href="officialblog.html"><span>OFFICIAL BLOG</span></a></li>
<li><a href="http://www.imdb.com/name/nm3542722/resume" target="_blank" title="Mark Naji's Resume"><span>Resume</span></a></li>
<li><div style="position:relative;left:0px;top:-100px;width:0px;height:10px;background-Color:red;" >
<div id="dropinboxv2cover">
<div id="dropinboxv2">
<h5>Mark Naji recently starred on Fox's hit show TOUCH EPS.10 titled Tessellations!<a href="http://www.fox.com/touch/full-episodes/17911601/" target="_blank"> Watch on Fox.com</a></h5><h4><font color="#000000">Managed by: MGM Talent Management <br />German Morales Phone: 951-347-1653</font></h4>
<p align="right" class=""><a href="#" onClick="dismissboxv2();return false">Close It</a></p>
</div>
</div>
</li>
</ul>
</div>
and change the positional variables
Code:
var dropboxleft=20 //set left position of box (in px)
var dropboxtop=25 //set top position of box (in px)
var dropspeed=15 //set speed of drop animation (larger=faster)
Bookmarks