Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- /* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */
- /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
- /* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
- .iframeTooltip
- {
- position: absolute;
- z-index: 1010;
- filter:alpha(opacity:0.1);
- }
- .tooltipContent
- {
- background-color: #FFFFCC;
- border-top-background: url("../Images/tip-t.png") repeat-x scroll 0 0 transparent;
- border-right-image:url("../Images/tip-r.png") repeat-y scroll right center transparent;
- border-bottom-image:url("../Images/tip-b.png") repeat-x scroll 0 0 transparent;
- border-left-image:url("../Images/tip-l.png") repeat-y scroll 0 0 transparent;
- border-top-left-image: url("../Images/tip-tl.png") no-repeat scroll 0 0 transparent;
- border-top-right-image:url("../Images/tip-tr.png") no-repeat scroll 0 0 transparent;
- border-bottom-left-image:url("../Images/tip-bl.png") no-repeat scroll 0 0 transparent;
- border-bottom-right-image:url("../Images/tip-br.png") no-repeat scroll 0 0 transparent;
- border-bottom-center-image:url("../Images/tip-point.png") no-repeat scroll 0 0 transparent;
- padding: 10;
- height: auto;
- width: 350px;
- color: #333;
- position: absolute;
- margin: 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement