This did not work. Same result. Here is the class as it sits right now, with some notes.
[code:1]#floaterDiv div.floaterTitle {
border-style:«»solid;
border-color:#000000;
border-width:0px 0px 1px 0px;
/*background-color:#ffffff;....this was original*/
background-image: url(pm.gif);
color:rgba(0,0,0,0); /*attempt at rgba version of computed invisable... does not work with IE*/
padding:1px 1px 0px 1px;
width:168px;
text-align:left;
position:absolute;
top:0px;
right:0px;
height:16px;
vertical-align:middle;
/*visibility: hidden;.... suggested attempt. This makes the entire header hidden*/[/code:1]
Post edited by: YeeP, at: 2009/04/30 16:30