wordsistr
01-13-2005, 09:55 PM
I have been playing with both DHTML tooltips (the cool one and especially the second one with the arrow pointer:http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip2.htmnumber
Basically, I want to have a white font, but I have had no consistancy in changing its colour, size or style. To the initial css code, I have added standard things like:
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: c0c0c0;
font-family: sans-serif;
font-size: 8px;
color: ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
Does the order these are listed make a difference? My webpage started reflecting my changes to the font in the style sheet, but then it got stuck and would never change again. this is my webpage (http://www.pret-a-lingo.com/email/cartoons/test1249_end.htm)
I have an external CSS sheet already attached...is this complicating matters?
And one more question...where do I specify the path to the pointer image I stuck in my image folder? (arrow2)
Thanks for all of your help!
Basically, I want to have a white font, but I have had no consistancy in changing its colour, size or style. To the initial css code, I have added standard things like:
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: c0c0c0;
font-family: sans-serif;
font-size: 8px;
color: ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
Does the order these are listed make a difference? My webpage started reflecting my changes to the font in the style sheet, but then it got stuck and would never change again. this is my webpage (http://www.pret-a-lingo.com/email/cartoons/test1249_end.htm)
I have an external CSS sheet already attached...is this complicating matters?
And one more question...where do I specify the path to the pointer image I stuck in my image folder? (arrow2)
Thanks for all of your help!