ホームページ  >  記事  >  ウェブフロントエンド  >  CSS 画像 off_html/css_WEB-ITnose

CSS 画像 off_html/css_WEB-ITnose

WBOY
WBOYオリジナル
2016-06-24 11:30:081164ブラウズ

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>CSS之图片关闭</title><script language="javascript"><br />//关闭事件    function shut(){        document.getElementById("close").style.display="none";        }</script><style type="text/css">body {    margin-top: 0px;    margin-right: auto;    margin-bottom: 0px;    margin-left: auto;    text-align:center;}</style></head><body><div id="close"><img src="Image/start.jpg" /><br /><a href="javascript:shut()">关闭</a></div></body></html>

実行効果は次の図に示すとおりです。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。