我正在使用 opentip 框架实现工具提示,因为我对 Jquery 和 Java 脚本非常陌生,所以我已经使用 Opentip HTML 属性实现了但需要更改其样式,如提示接头及其背景颜色..
有人可以帮我...在下面找到我的代码谢谢
#tooltip2{padding: 13px 0px 0px 10px;margin: -1px 4px -4px -5px !important;"}
<script src="https://rawgit.com/enyo/opentip/master/downloads/opentip-jquery.js"></script>
<link href="https://rawgit.com/enyo/opentip/master/css/opentip.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<div class="option" style="width:13%;float:left;">
<label style="padding:10px 0px 0px 10px;" id="tooltip2" data-ot="This is my new tooltip" data-ot-delay="1" data-ot-hide-trigger="closeButton" data-ot-style="glass" data-ot-fixed="true" data-ot-tipJoint="'left, middle'">Option1</label>
</div>