<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[suibing的博客]]></title> 
<link>http://www.suibing.com/index.php</link> 
<description><![CDATA[suibing的新博客，欢迎大家捧场~~]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[suibing的博客]]></copyright>
<item>
<link>http://www.suibing.com/post//</link>
<title><![CDATA[php168导航栏下拉式菜单的位置、颜色等修改方法]]></title> 
<author>suibing &lt;admin@yourname.com&gt;</author>
<category><![CDATA[技术文章]]></category>
<pubDate>Wed, 24 Feb 2010 02:40:03 +0000</pubDate> 
<guid>http://www.suibing.com/post//</guid> 
<description>
<![CDATA[ 
	此方法涉及修改/images/default/menu.js文件和/images/你的风格/style.css两个文件。 （V6.0版）<br/>一、修改下拉菜单的位置（定位） <br/>修改/images/default/menu.js文件。 <br/>修改方法（见后面的注释）： <br/>//下拉菜单 <br/>var h; <br/>var w; <br/>var l; <br/>var t; <br/>var topMar = 9;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单距上的距离 <br/>var leftMar = -14;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单距左的距离 <br/>改变数字值，就可以实现下拉菜单向上向左的距离。 <br/>二、修改下拉菜单的宽度、透明度、文字行距、边距等 <br/>修改/images/你的风格/style.css文件 <br/>修改方法（见后面的注释）： <br/>/*下拉菜单的背景颜色与透明度设置*/ <br/>#menuTable&#123; <br/>background:#F5FCFE;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单底色 <br/>border:1px solid #A7CAFA;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单边框宽度及边框颜色 <br/>filter:Alpha(Opacity=88);&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单透明度，数字越大透明度越低 <br/>width:68px;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜宽度 <br/>&#125; <br/>#menuTable td&#123; <br/>padding:6px 2px 6px 2px;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单文字距上右下左的距离 <br/>line-height:18px;&nbsp;&nbsp;&nbsp;&nbsp;//定义下拉菜单文字的行距 <br/>&nbsp;&nbsp;&nbsp;&nbsp;text-align:center;&nbsp;&nbsp;//定义下拉菜单中文字居中显示 <br/>&#125;
]]>
</description>
</item><item>
<link>http://www.suibing.com/post//#blogcomment</link>
<title><![CDATA[[评论] php168导航栏下拉式菜单的位置、颜色等修改方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.suibing.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>