社区
CSS
帖子详情
像IE菜单栏上的按钮那样风格的按钮用CSS如何写?
whzbaidu
2003-09-28 12:41:20
即移上去会达起,鼠标移走了又恢复
...全文
71
6
打赏
收藏
像IE菜单栏上的按钮那样风格的按钮用CSS如何写?
即移上去会达起,鼠标移走了又恢复
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
6 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
whzbaidu
2003-09-28
打赏
举报
回复
五个星,真的是够强的!
whzbaidu
2003-09-28
打赏
举报
回复
nba的差不多了,net_lover(孟子E章) 的怎么打不开?
孟子E章
2003-09-28
打赏
举报
回复
详细教程、例子、代码下载
http://webfx.eae.net/dhtml/coolbuttons/cool.html
nba23
2003-09-28
打赏
举报
回复
<html>
<head>
<style>
.button2
{
border-right:1px solid buttonhighlight;
border-left:1px solid buttonshadow;
border-bottom:1px solid buttonhighlight;
border-top:1px solid buttonshadow
}
TD
{
cursor: hand; font-size: 9pt; font-family: 宋体; text-align: center; text-valign: middle
}
.handin
{
height:18px;
width:2px;
border-left:1px solid buttonshadow;
border-right:1px solid buttonhighlight
}
.handout
{
height:18px;
width:2px;
border-left:1px solid buttonhighlight;
border-right:1px solid buttonshadow;
}
.into
{
width:100%;
border-right:1px solid buttonhighlight;
border-left:1px solid buttonshadow;
border-bottom:1px solid buttonhighlight;
border-top:1px solid buttonshadow
}
.outto,.button1
{
background-color: buttonface;
background-repeat: repeat;
background-attachment: scroll;
border-left: 1px solid buttonhighlight;
border-right: 1px solid buttonshadow;
border-top: 1px solid buttonhighlight;
border-bottom: 1px solid buttonshadow;
background-position: 0%"
}
.button0
{
}
</style>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#E0E0E0">
<script>
function change_button(num)
{
if(event.srcElement.tagName=="TD"&&event.srcElement.value=="button")
event.srcElement.className = "button"+num;
}
</script>
<div class="into" style="width: 100%; height: 25">
<table class="outto" border="0" width="100%" height="25" cellspacing="1" onmouseover="change_button(1)" onmouseup="change_button(0)" onmousedown="change_button(2)" onmouseout="change_button(0)">
<tr>
<td width="1%" height="19"><span class="handout"></span></td>
<td width="9%" height="19" value="button">按钮TD</td>
<td width="1%" height="19"><span class="handin"></span></td>
<td width="9%" height="19" value="button">按钮TD</td>
<td width="1%" height="19"><span class="handin"></span></td>
<td width="9%" height="19" value="button">按钮TD</td>
<td width="1%" height="19"><span class="handin"></span></td>
<td width="69%" height="19"></td>
</tr>
</table>
</div>
</body>
</html>
whzbaidu
2003-09-28
打赏
举报
回复
现在可以了,好东西
孟子E章
2003-09-28
打赏
举报
回复
http://webfx.eae.net/dhtml/coolbuttons/cool.html
没有问题,是国外网站。
屏蔽IE的工具栏
菜单栏
地址栏(一共两个)
根据给定的文件信息,我们可以深入探讨如何使用JavaScript来屏蔽Internet Explorer(IE)浏览器的工具栏、
菜单栏
和地址栏,实现一个自定义界面的弹窗功能。这在某些应用场景下,比如创建一个干净无干扰的用户界面或...
京东
菜单栏
在"京东
菜单栏
"中,我们可以预期它会包括如“家电”、“手机”、“图书”、“服装”等各类商品的分类,以及“我的京东”、“购物车”、“搜索”等常用功能
按钮
。设计时,应确保每个菜单项都有清晰的文字描述和适当的...
html+
css
+js实现XP WINDOW界面修改版
例如,使用
CSS
可以设置窗口边框、背景颜色、
按钮
样式等,同时通过盒模型、定位和响应式设计确保界面在不同屏幕尺寸下都能正常显示。 3. JavaScript:JavaScript是一种强大的客户端脚本语言,它为网页增加了动态功能...
DropDownButton
标题中的"DropDownButton...总的来说,"DropDownButton"是一个针对IE6和IE7浏览器的BHO插件,它实现了类似Skype的下拉箭头工具栏
按钮
,涉及到的技术包括DOM操作、脚本编程、
CSS
样式、COM组件以及浏览器兼容性处理等。
bootstrap 3.3.4 源文件
3. **组件**:Bootstrap 3.3.4包括各种组件,如导航栏(Navbar)、模态框(Modal)、下拉菜单(Dropdown)、轮播(Carousel)、警告(Alerts)、
按钮
组(Button Groups)等,这些组件可以快速地构建常见的交互元素。...
CSS
61,125
社区成员
60,705
社区内容
发帖
与我相关
我的任务
CSS
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
复制链接
扫一扫
分享
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章