1) Script Title: :: Cool DHTML Tooltip II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...mltooltip2.htm
3) Describe problem:
the tooltip is showing until the top line of my screen
see attached.
Can anyone help me please?
thank you
1) Script Title: :: Cool DHTML Tooltip II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...mltooltip2.htm
3) Describe problem:
the tooltip is showing until the top line of my screen
see attached.
Can anyone help me please?
thank you
We need a link to your page to understand where things went wrong
I found two things that seem to mess up the tooltip.
first in the css you can delete height: 100px in this part of the css
And second: the last clear: both div on the page seem to mess it up as well.Code:#dhtmltooltip{ position: absolute; left: -300px; width: 150px;height:100px; border: 1px solid black; padding: 2px; background-color: lightyellow; 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); }
So you could try to delete
<div style="clear: both;"></div>
near the bottom of the page and see if everything looks okay then.
(maybe you should make a backup copy before doing anything)
I did what u said but the problem is still there
http://www.alexis-html.com/rachminov...ry/index2.html
Yeah you are right, sorry, just can't figure it out. Maybe someone else has a suggestion ?
i found the solution
in the css I had this
* {
margin:0px; padding:0px;
min-height:100%
}
i removed the min-height:100%
and it works
thnak you!
Bookmarks