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

📄 example7.xml

📁 Flash 菜单 - 各式各样的下拉菜单 - 8种下拉菜单
💻 XML
字号:
<?xml version="1.0"?>
<flashwebmenu>
	<settings key="4A02D7EF19875070" closetime="1000" type="horizontal" position="absolute" align="left" valign="top" margin="100,220,0,0"/>
	<style name="style1">
		<menu color="FF0000" alpha="25" left="4" top="4" padding="8,8,8,8">
			<darkborder color="FF0000" alpha="50" width="2"/>
			<lightborder color="FF0000" alpha="50" width="2"/>
		</menu>
		<item width="133" space="8">
			<normal color="FF0000" alpha="75">
				<text color="FFFFFF" align="left" bold="true" face="Tahoma" size="9" />			
				<arrow color="FFFFFF" width="8" height="8"/>
			</normal>
			<over color="FFFFFF" alpha="100">
				<text color="000000" />
				<arrow color="000000" />
			</over>
			<down color="000000" alpha="100">
				<text color="FFFFFF" />
				<arrow color="FFFFFF" />
			</down>
		</item>
		<line color="000000" width="2" alpha="100"/>
	</style>

	<style name="style2" parent="style1">
		<menu color="00FF00">
			<darkborder color="00FF00" />
			<lightborder color="00FF00" />
		</menu>
		<item>
			<normal color="00FF00">
				<text color="000000" />			
				<arrow color="000000" />
			</normal>
		</item>
	</style>
	
	<style name="style3" parent="style1">
		<menu color="0000FF">
			<darkborder color="0000FF" />
			<lightborder color="0000FF" />
		</menu>
		<item width="170">
			<normal color="0000FF" />
		</item>
	</style>
	<style name="style4" parent="style2">
		<menu color="FFFF00">
			<darkborder color="FFFF00" />
			<lightborder color="FFFF00" />
		</menu>
		<item width="160">
			<normal color="FFFF00" />
		</item>
	</style>
	<style name="style5" parent="style2">
		<menu color="00FFFF">
			<darkborder color="00FFFF" />
			<lightborder color="00FFFF" />
		</menu>
		<item width="120">
			<normal color="00FFFF" />
		</item>
	</style>


	<menu style="style1">
		<item label="SecretPlus Home" href="http://www.secretplus.com" />
		<submenu style="style2" label="Flash Web Menu">
			<item label="Home" href="index.html"/>
			<item label="Menu Generator" href="MenuGenerator.html" />
			<submenu  style="style5" 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="style4" 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 + -