
css
yhhn_dragon
这个作者很懒,什么都没留下…
展开
-
css将超出的部分显示为省略号的方法(兼容火狐),有效部分已用颜色标出。
<br /><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><br /><html><br /><head><br /><meta http-equiv="Content-Type" c><br /><title>css把超出的部分显示为省略号的方法兼容火狐</title><br /><style><br />* { margin: 0; padding: 0; }<br />转载 2011-03-26 16:19:00 · 837 阅读 · 0 评论 -
按钮 鼠标移动上 动一下
<br />style="border:0; width:88px; height:26px;" onmouseover="this.style.marginTop='-1px';" onmousedown="this.style.marginTop='1px';" onmouseout="this.style.marginTop='0';" onmouseup="this.style.marginTop='0';"原创 2011-03-26 16:22:00 · 240 阅读 · 0 评论 -
获取 下拉框的text值
<br />$("DDL_city").options[$("DDL_city").selectedIndex].text 获取 select 的text值原创 2011-04-07 11:35:00 · 281 阅读 · 0 评论