I do have a question on positioning though. It works fine if I put the link floatie invocation code outside of my normal divs. but if I place my hints image and the code inside of the footer where I want it throws it WAY down to the bottom and far right creating scroll bars
Code:
here are the styles for the footer.
} #calc .calcfoot {
background: url(calc1_foot.jpg);
text-align: left;
width: 780px;
height: 48px;
position: absolute;
bottom: 0;
} #calc .calcfoot .hints {position: absolute; bottom:15px; left: 15px;
} #calc .calcfoot .sbmtbtn {background: url(submit_btn.jpg) no-repeat top left; border:none; position: absolute; bottom:15px; right: 15px; width:76px; color:#004eab; padding: 2px 8px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; text-align:center; font-weight:bold;
} #calc .calcfoot .sbmtbtn:hover{background: url(submit_btn_h.jpg) no-repeat top left; border:none; position: absolute; bottom:15px; right: 15px; width:76px; color:#000000; padding: 2px 8px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; text-align:center; font-weight:bold;
}
<div id="calcfoot" class="calcfoot"><div id="dhtmlfloatie" ></div><a href="#" onMouseover="showfloatie(floattext[0], event, '#D9FFD9', 250, 100)"><img src="themes/CCS/hints.gif" class="hints" border="0"></a><div id="Submit"><input type="submit" class="sbmtbtn" name="c1submit" value="Submit"/></div></div>
</div>
</div>
these are just the parts I think are involved. Same link as above in original post. if you need more of the code let me know. the last div there is the last div in the page.. If i place it outside of that it works fine putting it at the bottom right of the page without scrolling. I know the style is conflicting with something else... just cant find it.
the link /image I am using is the question mark bottom left in the footer.
Bookmarks