Quote:
Originally Posted by sulasno
how do I change the background colour of the box?
|
Code:
<!--jquery tooltip-->
<script type="text/javascript" src="js/jquery-1.2.2.pack.js"></script>
<style type="text/css">
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
</style>
<script type="text/javascript" src="js/htmltooltip.js"></script>
<!--jquery tooltip-->
Change background html colour

Same with Border colour
We use: Nattyware/pixie for getting colours