* controversial.waphall.com sir any code for drop down menu pls ? my code is not working pls help or can you email to me barro.dominique@yahoo.com.ph i will wait it here is my code for drop down but not work <div id="MenuIDMenuBar1">
<ul>
<li><span></span><a href="http://sdfxsdfxcv" target="_self">home</a>

<ul>
<li><span></span><a href="fdsaf" target="_self">helo</a>
</li>
<li><span></span><span>hahah</span></li>
<li><span></span><span>astog</span></li>
</ul>
</li>
<li><span></span><a href="fdfsafdsf" target="_self">menu</a>
</li>
</ul>
</div>
<script type="text/javascript">
<!--
cmDrawFromText('MenuIDMenuBar1', 'hbr', cmThemeShadedBeige, 'ThemeShadedBeige');
-->
</script>
2014-08-03 13:40 · (0)
* controversial.waphall.com waiting for reply pls
2014-08-03 14:02 · (0)
* controversial.waphall.com but this code is correct because in other code site its working please check this tnx
2014-08-03 14:09 · (0)
* TechnoSparks * controversial.waphall.com What kind of drop-down? There are two of them, one is created with interactive jQuery / JavaScript, and one is the HTML standard <select> . select tags are easy, but aren't style-able. However, it is enough to be used for navigation. :)

If you are looking forward for an advanced drop-down (with stylings animations etc), I strongly recommend you to get to know jQuery. But First, please improve your knowledge regarding web coding, direct copy-pasting don't usually work, you know. :/

You can get to know more about <select> here or Learn jQuery here.
2014-08-03 16:21 · (0)
* controversial.waphall.com * TechnoSparks yes technosparks i know this select html code and jquery like accordion, autocomplete, button, Datepicker, dialog, progress bar, slider, tabs etc ahm sir i want dropdown menu code its look like select but not inside the input :) look this i dont use any style here just a normal ones

<div id="MenuIDMenuBar1">
<ul>
<li><span></span><a href="http://stravinsky.xtgem.com" target="_self">Home</a>

<ul>
<li><span></span><a href="http://stravinsky.xtgem.com/index-112/menu.html" target="_self">Menu</a>

<ul>
<li><span></span><a href="http://stravinsky.xtgem.com/downloads.html" target="_self">Downloads&nbsp;</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<script type="text/javascript">
<!--
var cmMenuBar1 =
{
mainFolderLeft: '',
mainFolderRight: '',
mainItemLeft: '',
mainItemRight: '',
folderLeft: '',
folderRight: '',
itemLeft: '',
itemRight: '',
mainSpacing: 0,
subSpacing: 0,
delay: 100,
offsetHMainAdjust: [0, 0],
offsetSubAdjust: [0, 0]
};
var cmThemeMenuBar1HSplit = [_cmNoClick, '<td colspan="3" class="ThemeMenuBar1MenuSplit"><div class="ThemeMenuBar1MenuSplit"><\/div><\/td>'];
var cmThemeMenuBar1MainHSplit = [_cmNoClick, '<td colspan="3" class="ThemeMenuBar1MenuSplit"><div class="ThemeMenuBar1MenuSplit"><\/div><\/td>'];
var cmThemeMenuBar1MainVSplit = [_cmNoClick, '<div class="ThemeMenuBar1MenuVSplit">|<\/div>'];

cmDrawFromText('MenuIDMenuBar1', 'hbr', cmMenuBar1, 'ThemeMenuBar1');
-->
</script>

and if u have any dropdown html code can u give me pls tnx :)
2014-08-04 03:24 · (0)
* controversial.waphall.com * TechnoSparks ,,, dropdown is a Navigation it is a part of go menu, menu bar, navigation bar,slide menu, tab menu, text menu ---------------------- try to look my site http://stravinsky.xtgem.com
2014-08-04 03:31 (edited 2014-08-04 03:40 by controversial.waphall.com ) · (0)
* controversial.waphall.com * TechnoSparks i made my own JQUERY hehe i made google searchable inside my website i know that things i want to know if the dropdown code is readable in xtgem ? if not can you give me other ? here is my complete code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="GENERATOR" content="http://stravinsky.xtgem.com">
<meta name="HOSTING" content="http://stravinsky.xtgem.com">
<style type="text/css">
div#container
{
width: 800px;
height: 600px;
margin-top: 0px;
margin-left: 0px;
text-align: left;
}
</style>
<style type="text/css">
body
{
background-color: #FFFFFF;
color: #000000;
}
</style>
<style type="text/css">
a:hover
{
color: #000000;
}
</style>
<script type="text/javascript" src="./jscookmenu.js"></script>
<style type="text/css">
.ThemeMenuBar1Menu,
.ThemeMenuBar1SubMenuTable
{
font-family: Arial;
font-size: 13px;
font-weight: normal;
color: #A7A6AA;
text-align: left;
padding: 0;
cursor: pointer;
}
.ThemeMenuBar1MenuOuter
{
background-color: #EBE9ED;
border: 0;
}
.ThemeMenuBar1SubMenu
{
position: absolute;
visibility: hidden;
border: 0;
padding: 0;
border: 0;
}
.ThemeMenuBar1Menu td
{
padding: 3px 0px 3px 0px;
}
.ThemeMenuBar1SubMenuTable
{
color: #A7A6AA;
text-align: left;
background-color: #EBE9ED;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.ThemeMenuBar1SubMenuTable td
{
white-space: nowrap;
}
.ThemeMenuBar1MainItem,
.ThemeMenuBar1MainItemHover,
.ThemeMenuBar1MainItemActive,
.ThemeMenuBar1MenuItem,
.ThemeMenuBar1MenuItemHover,
.ThemeMenuBar1MenuItemActive
{
white-space: nowrap;
}
.ThemeMenuBar1MainItemHover,
.ThemeMenuBar1MainItemActive
{
color: #A7A6AA;
background-color: #FFFFFF;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.ThemeMenuBar1MenuItemHover,
.ThemeMenuBar1MenuItemActive
{
color: #A7A6AA;
background-color: #FFFFFF;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.ThemeMenuBar1MenuFolderLeft,
.ThemeMenuBar1MenuFolderRight,
.ThemeMenuBar1MenuItemLeft,
.ThemeMenuBar1MenuItemRight
{
padding: 3px 0px 3px 0px;
}
td.ThemeMenuBar1MainFolderText,
td.ThemeMenuBar1MainItemText
{
padding: 3px 5px 3px 5px;
}
.ThemeMenuBar1MenuFolderText,
.ThemeMenuBar1MenuItemText
{
padding: 3px 5px 3px 5px;
}
td.ThemeMenuBar1MenuSplit
{
overflow: hidden;
background-color: inherit;
}
div.ThemeMenuBar1MenuSplit
{
height: 1px;
margin: 0px 0px 0px 0px;
overflow: hidden;
background-color: inherit;
border-top: 1px solid #A7A6AA;
}
.ThemeMenuBar1MenuVSplit
{
display: block;
width: 1px;
margin: 0px 7px 0px 7px;
overflow: hidden;
background-color: inherit;
border-right: 1px solid #A7A6AA;
}
</style>
</head>
<body>
<div id="container">
<div id="bv_MenuBar1" style="margin:0;padding:0;position:absolute;left:54px;top:57px;width:150px;height:150px;text-align:left;z-index:2000;">
<div id="MenuIDMenuBar1">
<ul>
<li><span></span><a href="http://stravinsky.xtgem.com" target="_self">Home</a>

<ul>
<li><span></span><a href="http://stravinsky.xtgem.com/index-112/menu.html" target="_self">Menu</a>

<ul>
<li><span></span><a href="http://stravinsky.xtgem.com/downloads.html" target="_self">Downloads&nbsp;</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<script type="text/javascript">
<!--
var cmMenuBar1 =
{
mainFolderLeft: '',
mainFolderRight: '',
mainItemLeft: '',
mainItemRight: '',
folderLeft: '',
folderRight: '',
itemLeft: '',
itemRight: '',
mainSpacing: 0,
subSpacing: 0,
delay: 100,
offsetHMainAdjust: [0, 0],
offsetSubAdjust: [0, 0]
};
var cmThemeMenuBar1HSplit = [_cmNoClick, '<td colspan="3" class="ThemeMenuBar1MenuSplit"><div class="ThemeMenuBar1MenuSplit"><\/div><\/td>'];
var cmThemeMenuBar1MainHSplit = [_cmNoClick, '<td colspan="3" class="ThemeMenuBar1MenuSplit"><div class="ThemeMenuBar1MenuSplit"><\/div><\/td>'];
var cmThemeMenuBar1MainVSplit = [_cmNoClick, '<div class="ThemeMenuBar1MenuVSplit">|<\/div>'];

cmDrawFromText('MenuIDMenuBar1', 'hbr', cmMenuBar1, 'ThemeMenuBar1');
-->
</script>
</div>
</div>
</body>
</html>


I WISH you Know About this tnx ////// and this is not copy paste in google this is my knowledge wish you got it :) i made it long long time ago i wrote it on my notes and now i just copy and paste it
2014-08-04 03:43 (edited 2014-08-04 03:48 by controversial.waphall.com ) · (0)
* Graham * controversial.waphall.com I looked at your site and I could not find the rest of the scripts required for this to work
For example where is jscookmenu.js ?
http://jscook.yuanheng.org/JSCookMenu/
2014-08-04 06:03 (edited 2014-08-04 06:07 by Graham ) · (0)
* controversial.waphall.com * Graham sir i want to try putting a dropdown link now i just put only a link not a dropdown since my code is not readable here sir can you look again ? http://stravinsky.xtgem.com is this oky now ? or i should create dropdown link
2014-08-04 06:26 · (0)
* controversial.waphall.com * Graham Sir i remove the script since it is not working
2014-08-04 06:31 · (0)

Online: Guests: 1