Tab/Disappear

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<title> New Document </title>

<script type="text/javascript" src="http://luxury.bjhoutai.com/js/jquery-1.8.2.min.js"></script>

</head>

<style>

*{margin:0px; padding:0px;border:0px;}

li{list-style:none; float:left; margin:0px 5px;}

body{padding:20px;}

.mrt{ PADDING:20PX; BORDER:10pX SOLID #666}

</style>

<body>

<ul style=‘height:30px;‘>

<li style="width:300px; background:#333; color:white; font-weight:bold; text-align:center; height:30px; line-height:30px;">啊时代发生地方</li>

<li style="width:300px; background:#333; color:white; font-weight:bold; text-align:center; height:30px; line-height:30px;">啊时代发生地方</li>

<li style="width:300px; background:#333; color:white; font-weight:bold; text-align:center; height:30px; line-height:30px;">啊时代发生地方</li>

</ul>

<div onMouseOver="showList(‘mrtksbox‘,1);" onMouseOut="showList(‘mrtksbox‘,0);"  id="mrtksbox" class="mrt" style="display:none">11111<BR>AASDF<BR>AASDASDASDASDF<BR></div>

<div class="mrt" style="display:none">222222222222F<BR>AASDF<BR>AASDASDASDASDF<BR></div>

<div class="mrt" style="display:none">33333333<BR>AASDF<BR>AASDASDASDASDF<BR></div>

<script>

$(‘ul li‘).each(function(i) {

$(this).mouseover(function(){

$(‘.mrt‘).css(‘display‘,‘none‘);

$(‘.mrt:eq(‘+i+‘)‘).css(‘display‘,‘block‘);

$(‘.mrt:eq(‘+i+‘)‘).mouseover(function(){

$(‘.mrt:eq(‘+i+‘)‘).css(‘display‘,‘block‘);

});

});

});

$(‘ul li‘).mouseout(function(){

$(‘.mrt‘).css(‘display‘,‘none‘);

});

$(‘.mrt‘).mouseout(function(){

$(‘.mrt‘).css(‘display‘,‘none‘);

});

/* 标签内要添加  onMouseOver="showList(‘mrtksbox‘,1);" onMouseOut="showList(‘mrtksbox‘,0);"

function showList(e, t) {

t == 1 ?

(document.getElementById(e).style.display = "block", document.getElementById("mrt02").style.background = "url(images/mrtsyfx2.jpg) right no-repeat")

:

(document.getElementById(e).style.display = "none", document.getElementById("mrt02").style.background = "url(images/mrtsyfx.jpg) right no-repeat")

}

*/

</script>

</body>

</html>

时间: 2024-11-15 00:39:34

Tab/Disappear的相关文章

360手机助手(二):侧拉栏drawerLayout+Tab+Viewpager+ListView+Pulltorefresh+imageloder

整个项目的框架在ContentPager,要熟悉这个类. 简介 完成侧拉栏的显示,侧拉首页对应的:首页+应用+游戏这3个 tab,包含的知识点有:请求数据 +pullTofresh + ImageLoader +轮播图 + listView 效果图: 侧拉栏的实现 V4包中的DrawerLayout实现侧拉效果,每个侧拉的item对应一个fragment,点击该item时,先把所有的fragment隐藏 + 文字设置未选中,然后才创建对应的fragment并显示 怎么实现侧拉栏的显示与隐藏? 点

python tab补全

让python的交互解释器支持tab补全.提示功能 方法1: 一.执行python脚本 1.创建一个python脚本,以.py结尾: 脚本如下: import sys import readline import rlcompleter import atexit import os readline.parse_and_bind('tab:complete') histfile =os.path.join(os.environ['HOME'], '.pythonhistory') try: r

NavigationTabBar 多彩Tab页

演示: 源码下载 代码: MainActivity.java package com.bzu.gxs.meunguide; import android.app.Activity; import android.graphics.Color; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatAc

原生javascript实现Tab切换

tab切换在各大主流页面有广泛的应用,今天来分享一个用原生javascript来实现类似京东购物边栏的TAB.对于正在使用web前端开发(http://www.maiziedu.com/course/web/)网站的朋友,是非常有用的哦. 首先以下是一段边栏HTML框架代码 <body> <div class="wrap"> <div id="left"> <ul id="leftList"> &l

Android(java)学习笔记129:Tab标签的使用

1.案例1---TabProject (1)首先是main.xml文件: 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:orientation="vertical" 4 android:layout_wid

jquery 回车代替tab

$(function () { //回车代替tab $('input:text:first').focus(); //如果有其他输入类型可以在此处加入 var $target = $('input,button,select'); $target.bind('keydown', function (e) { var key = e.which; if (key == 13) { e.preventDefault(); var nxtIdx = $target.index(this) + 1; i

解决VNC中tab键无效的方法

http://ubuntuforums.org/archive/index.php/t-1771058.html I accidentally discovered a fix for this while trying to solve a different problem.edit~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xmlfind the line <property name="&l

微信Tab页切换

参考开源项目PagerSlidingTabStrip 做了一些小修改,比如设置Tab页平均铺满效果.字体变色等 微调的代码请 源码 下载 关于我 private void addTab(final int position, View tab) { tab.setFocusable(true); tab.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { pager.setCurre

【锋利的JQuery-学习笔记】Tab选项卡的实现

效果图: 关键点: 1.标签和标签内容都是用<ul><li>实现的,主要是通过Css样式设计成选项卡的模样. 2.用js代码实现点击标签时,标签内容的切换(做法是<div id="jnBrandList">横向滚动). html: <div id="jnBrand"> <div id="jnBrandTab"> <h2 title="品牌活动">品牌活动&