I wish I could post the link, but it's behind the work firewall (internal).
I pasted the demo HTML at the bottom of my page and it has the same problem in IE (won't center status, color won't span)
I've pasted the CSS previously (I've changed the font-family tag), but I'll paste the HTML here (it's not much). Note the Sticky Tooltips demo at the bottom. Please forgive the code flood
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TA2000 Omnibus Transparency</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="stickytooltip.js">
/***********************************************
* Sticky Tooltip script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="stickytooltip.css" />
</head>
<body>
<div class="container" id="container">
<div class="navbar" id="navbar">
<img src="images/nav.jpg" width="960" height="75" alt="navbar" /></div>
<div id="slides"><img src="images/slides3.jpg" alt="slide1" width="960" height="420" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="26,146,157,313" href="slide2.html" alt="prev page" />
<area shape="rect" coords="784,145,939,321" href="slide4.html" alt="next page" />
<area shape="rect" coords="471,295,498,323" href="#" data-tooltip="sticky1" />
</map>
</div>
<div id="midbar"><img src="images/midbar1.jpg" width="960" height="35" alt="midbar1" /></div>
<div id="bottomboxes">
<div id="bot1"><img src="images/bottomleft1.jpg" width="310" height="180" alt="left1" /></div>
<div id="bot2"><img src="images/bottommid1.jpg" width="310" height="180" alt="mid1" /></div>
<div id="bot3"><img src="images/bottomright1.jpg" width="310" height="180" alt="bot3" /></div>
<div class="clear"></div>
</div>
<div id="botgrad"><img src="images/bottomgrad_16.jpg" width="960" height="131" alt="botgrad" /></div>
</div>
<p>Some page contents here...</p>
<p><a href="http://en.wikipedia.org/wiki/Thailand" data-tooltip="sticky1">Thailand</a></p>
<p><a href="http://en.wikipedia.org/wiki/British_columbia" data-tooltip="sticky2">British Columbia</a></p>
<p><img src="http://img403.imageshack.us/img403/3403/redleaves.jpg" data-tooltip="sticky3" /></p>
<p>Some page contents here...</p>
<!--HTML for the tooltips-->
<div id="mystickytooltip" class="stickytooltip">
<div style="padding:5px">
<div id="sticky1" class="atip" style="width:350px">
Individual advisor identities are identified with supporting totals. Individual advisor identities are identified with supporting totals. Individual advisor identities are identified with supporting totals. Individual advisor identities are identified with supporting totals. Individual advisor identities are identified with supporting totals.
</div>
<div id="sticky2" class="atip" style="width:262px">
<img src="http://img686.imageshack.us/img686/7383/vancouver.jpg" /><br />BC is the westernmost of Canada's provinces and is famed for its natural beauty.<b><a href="http://en.wikipedia.org/wiki/Vancouver">Vancouver</a></b> is BC's largest city.
</div>
<div id="sticky3" class="atip">
<img src="http://img339.imageshack.us/img339/2488/redleaveslarge.jpg" />
</div>
</div>
<div class="stickystatus"></div>
</div>
</body>
</html>
Thanks for your attention to this. It's a small issue .. but it's driving me nuts (and holding up development!)
- Michael
Bookmarks