课程
/前端开发
/JavaScript
/Tooltip浮动提示框效果
if (!width && isIE) {
tooltipBox.style.width = tooltipBox.offsetWidth;
}
没有说明 为什么要判断IE呢?
2015-08-20
源自:Tooltip浮动提示框效果 4-3
正在回答
tooltipBox.style.width = width ? width + 'px' : 'auto';
tooltipBox.style.height = height ? height + 'px' : 'auto';
这个IE不是支持吗
举报
小效果大作用,提升用户体验度,提升编程兴趣和水平