HI,
You need to force "layout" (see faq) on the jobtip element to stop it being dragged upwards with the h2. Then you will need position:relative on the h2 to make the negative part visible.
Code:
.jobtip {background: #F8F6E9; border: 1px solid #B7AB5B; margin-top: 30px;}
.jobtip h2{
color: #FFFFFF;
background: #323D4F;
border-top: 3px solid #A89B3B;
text-align: center;
width: 165px;
font-size: 13px;
height: 16px;
padding: 3px 0;
margin: -16px 0 0 25px;
position:relative;
}
/* mac hide \*/
* html .jobtip{height:1%}
/* end hide */
Bookmarks