⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example5.xml

📁 Flash 菜单 - 各式各样的下拉菜单 - 8种下拉菜单
💻 XML
字号:
<?xml version="1.0"?>
<flashwebmenu>
	<settings key="4A02D7EF19875070" closetime="1000" type="horizontal" position="static" />
	<style name="style1">
		<menu color="00CCFF" alpha="0" left="4" top="4" padding="0,0,0,0">
			<darkborder color="00CCFF" alpha="100" width="2" />
			<lightborder color="00CCFF"  alpha="100" width="2" />
		</menu>
		<item width="150"  height="24" space="0" target="_self">
			<normal color="F0F0F0" alpha="80">
				<text color="000000" size="9" face="Verdana" bold="true" align="left" left="0" top="0" />			
				<arrow color="000000" alpha="100" width="8" height="8"/>
				<darkborder color="DDDDDD" alpha="100" width="0" />
				<lightborder color="DDDDDD" alpha="100" width="0" />
			</normal>
			<over color="FF0000" alpha="70">
				<text color="FFFFFF" />
				<arrow color="FFFFFF" />
				<lightborder color="FFCCCC" width="2" />		
				<darkborder color="CC0000" width="2" />
			</over>
			<down color="FF0000" alpha="70">
				<text color="FFFFFF" left="2" top="2" />
				<arrow color="FFFFFF" />
				<darkborder color="FFCCCC" width="2" />		
				<lightborder color="CC0000" width="2" />
			</down>
		</item>
		<line color="00CCFF" alpha="100" width="2" />
	</style>

	<style name="style2" parent="style1">
		<item width="180" />
	</style>
	
	<menu style="style1">
		<item label="SecretPlus Home" href="http://www.secretplus.com" />
		<submenu label="Flash Web Menu">
			<item label="Home" href="index.html"/>
			<line />
			<item label="Menu Generator" href="MenuGenerator.html" />
			<submenu label="Examples">
				<item label="Example #1" href="Example1.html" />
				<item label="Example #2" href="Example2.html" />
				<item label="Example #3" href="Example3.html" />
				<item label="Example #4" href="Example4.html" />
				<item label="Example #5" href="Example5.html" />
				<item label="Example #6" href="Example6.html" />
				<item label="Example #7" href="Example7.html" />
				<item label="Example #8" href="Example8.html" />
			</submenu>
			<item label="Purchase" href="Purchase.html" />
		</submenu>
		<submenu style="style2" label="Java Applets">
			<item label="Animated Menu One" href="/animatedmenu/menuone.html" />
			<item label="Animated Menu Two" href="/animatedmenu/menutwo.html" />
			<item label="Animated Menu Three" href="/animatedmenu/menuthree.html" />
			<item label="Headline Newsticker" href="/headlinenewsticker/index.html" />
		</submenu>
		<submenu style="style2" label="Download">
			<item label="FlashWebMenu.zip" href="http://download.secretplus.com/FlashWebMenu.zip" />
			<item label="MenuOne.zip" href="http://download.secretplus.com/menuone.zip" />
			<item label="MenuTwo.zip" href="http://download.secretplus.com/menutwo.zip" />
			<item label="MenuThree.zip" href="http://download.secretplus.com/menuthree.zip" />
			<item label="HeadlineNewsticker.zip" href="http://download.secretplus.com/headlinenewsticker.zip" />
		</submenu>
	</menu>
</flashwebmenu>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -