<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>张经纬的博客 &#187; 气泡提示</title>
	<atom:link href="http://www.zhangjingwei.com/archives/tag/%e6%b0%94%e6%b3%a1%e6%8f%90%e7%a4%ba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangjingwei.com</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 03:44:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>气泡提示</title>
		<link>http://www.zhangjingwei.com/archives/tips/</link>
		<comments>http://www.zhangjingwei.com/archives/tips/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 16:47:35 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[tipbox]]></category>
		<category><![CDATA[气泡提示]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=263</guid>
		<description><![CDATA[首先我们构建页面的结构，在这里我建立了三个不同的容器，第一个容器内是文字，第二个是图片，第三个是表单。由于在页面制作过程中，我们经常会遇到表单，图片，文字混排的情况，所以我在这些容器的上方故意放置一些输入框，图片和选者框进行测试。（由于IE6在处理选择框的z-index层次的时候存在bug，因此我们使用它。） &#60;input style=&#34;background:blue; border:1px solid #000;&#34; maxlength=&#34;134217727&#34; size=&#34;20&#34; type=&#34;text&#34; /&#62; &#60;div class=&#34;tipBox&#34;&#62; &#60;div id=&#34;tips0&#34; class=&#34;tips&#34;&#62;&#60;span&#62;点击查看原图&#60;/span&#62;&#60;/div&#62; &#60;div class=&#34;onTips&#34;&#62;鼠标移动到此上显示提示文字&#60;/div&#62; &#60;/div&#62; &#160; &#60;img src=&#34;tip_bulb.gif&#34; alt=&#34;&#34; width=&#34;100&#34; height=&#34;25&#34; /&#62; &#60;div class=&#34;tipBox&#34;&#62; &#60;div id=&#34;tips1&#34; class=&#34;tips&#34;&#62;&#60;span&#62;点击这里查看更大的图片&#60;/span&#62;&#60;/div&#62; &#60;div class=&#34;onTips&#34;&#62;&#60;img src=&#34;tip_bulb.gif&#34; alt=&#34;&#34; width=&#34;100&#34; /&#62;&#60;/div&#62; &#60;/div&#62; &#60;select&#62;&#60;option selected=&#34;65535&#34; value=&#34;1&#34;&#62;abc&#60;/option&#62;&#60;/select&#62; &#60;div class=&#34;tipBox&#34;&#62; &#60;div id=&#34;tips2&#34; class=&#34;tips&#34;&#62;&#60;span&#62;WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW&#60;/span&#62;&#38;lt; ![endif]--&#38;gt;&#60;/div&#62; &#60;div class=&#34;onTips&#34;&#62; &#60;input style=&#34;background:red; border:1px solid #000;&#34; maxlength=&#34;134217727&#34; size=&#34;20&#34; [...]]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

