1
我想爲jquery UI tootltip設置自定義背景圖像。
它是否可行?
我使用jquery-ui-1.10.3.custom.js。jquery UI工具提示的自定義背景圖像
我試過以下css.But不完美。
.ui-tooltip-content {
position: relative;
padding: 1em;
background: url("images/tooltipImage.png") scroll 0 0 transparent;
}
任何想法?
它的工作原理...太感謝你了... – Nandu