这是一个片段,一个div盒子里面的并排的浮动的两个子div里,鼠标滑过左边的div中的文字项目, 右边会显示对应的图片,代码如下:
html和JS部分:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<link href="004.css" rel="stylesheet" type="text/css"/>
<script>
function a1(){
document.getElementById("img1").style.cssText="display:inline-block;";}
function b1(){
document.getElementById("img1").style.cssText="display:none;";}
function a2(){
document.getElementById("img2").style.display="inline-block";}
function b2(){