
December 7th, 2004, 08:57 AM
|
 |
I'm Internet Famous
|
|
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890
 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
|
|
Its generally considered an expandable/collapsable element.
I was trying to sort through Dell's source code to help you out, but it seems kind of cryptic.
Seems like the important stuff is in is.js and this:
Code:
<script type="text/javascript" language="javascript">
var newBgcolor="#ddf0fe";
m_isImage = "http://img.dell.com/images/global/products/inspn/8600_3qtr_130x122.jpg";
m_isTlImg = "http://img.dell.com/img.aspx?p=qthcajoCWLc%2fWoMHkBvrXpnqGufs4mLqv4lio Ieu2RlGUfyKvyiHDzlyF1EqD1R4prxY9D%2fFA9faNOyD2ZXaT DA6MF9%2f54SwKVeD%2f8QLB0oMfG3fy5t1E%2f%2b66Aekjbe IJXiqyeDKVrwsnxN4arGXifOzplasfZFnQqLlnvCRpUvfmlkF9 OQQ";
m_isTlTxt = "Get RM200 Instant Cash Redemption AND FREE Hard Disk Upgrade";
m_isDesc = "<span class=\"para\"> Promotion ends on 12/12/2004</span>";
m_isCaption = "More Details";
m_isIntro = "<div class=\"para\"><br>Get RM200 Instant Cash Redemption AND FREE Hard Disk Upgrade from 30GB to 40GB (worth RM114) with purchase of selected Dell<sup><small>TM</small></sup> Inspiron<sup><small>TM</small></sup> 510m Notebooks. Valid till 12/12/2004</div>";
m_isUrl = "javascript:winopen('/content/products/features.aspx/featured_notebooks03?c=my&l=en&s=bsd','popup800x600','WIDTH=800,HEIGHT=600,RESIZA BLE=YES,SCROLLBARS=YES,TOOLBAR=NO,LEFT=0,TOP=20'); ";
m_isOffDell = "false";
m_isMode = "hover";
m_isSecs = "3";
isShow();
</script>
I tried to compile it into a workin example, but I couldn't get it going.
Perhaps if you sort through the code a bit, you might have a better eye than I do.
|