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

📄 example2.xml

📁 Flash 菜单 - 各式各样的下拉菜单 - 8种下拉菜单
💻 XML
字号:
<?xml version="1.0"?>
<flashwebmenu>
	<settings key="4A02D7EF19875070" closetime="1000" type="vertical" position="absolute" align="left" valign="top" margin="8,200,0,0" />
	<style name="style1">
		<menu color="00CCFF" alpha="0" left="8" top="4" padding="0,0,0,0">
			<darkborder color="00CCFF" alpha="100" width="0" />
			<lightborder color="00CCFF"  alpha="100" width="0" />
		</menu>
		<item width="150"  height="24" space="24" target="_self">
			<normal color="F0F0F0" alpha="50">
				<text color="000000" size="9" face="Verdana" bold="true" align="left" left="0" top="0" />			
				<arrow color="FF0000" 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">
		<menu>
			<darkborder color="00CCFF" width="2"/>
			<lightborder color="00CCFF" width="2"/>
		</menu>
		<item space="0">
			<normal alpha="80" />
		</item>
	</style>
		
	<style name="style3" parent="style2">
		<item width="180" />
	</style>
	
	<menu style="style1">
		<item label="SecretPlus Home" href="http://www.secretplus.com" />
		<submenu label="Flash Web Menu" style="style2">
			<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="style3" 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="style3" 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>
		<item label="Item #1" href="javascript:alert(1);"/>
		<item label="Item #2" href="javascript:alert(2);"/>
		<item label="Item #3" href="javascript:alert(3);"/>
		<item label="Item #4" href="javascript:alert(4);"/>

	</menu>
</flashwebmenu>

⌨️ 快捷键说明

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