<html><head><title>proba</title></head><style type="text/css">
ul {
margin: 0;
padding: 0;
list-style: none;
width: 100px;
}
ul li {
position: relative;
}
ul li a {
text-decoration: none;
color: #777;
background: #ebebeb;
}
li ul {
position: absolute;
left: 90px;
top: 0;
display: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul { display: block; }
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes;
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
li:hover ul, li.over ul {
display: block; }
<ul id="nav">
</style>
<body>
<table bgcolor="#E8EFF7" width="100%" height="100%"border="0" style="border: 1px solid
#0F87FF;padding:0px" cellpadding="0" class="tablebg">
<tr><td valign="top">
<table bgcolor="#ffffff" border="1"width="100%" style="margin-top:10px">
<tr><td></td></tr>
<table bgcolor="#ffffff" border="1"width="127" cellpadding="5" style="margin-top:10px">
<tr><td valign="top"><ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a>
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Offices</a></li>
</ul>
</li>
<li><a href="#">Services</a>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Internet Marketing</a></li>
<li><a href="#">Hosting</a></li>
<li><a href="#">Domain Names</a></li>
<li><a href="#">Broadband</a></li>
</ul>
</li>
<li><a href="#">Contact Us</a>
<ul>
<li><a href="#">United Kingdom</a></li>
<li><a href="#">France</a></li>
<li><a href="#">USA</a></li>
<li><a href="#">Australia</a></li>
</ul>
</li>
</ul></td></tr>
</table>
</td></tr>
</table>
</body></html>
къде му е проблема като го кача на хост се получава : http://yepweb.com/poredna%20proba.html
Помогнете плс
ul {
margin: 0;
padding: 0;
list-style: none;
width: 100px;
}
ul li {
position: relative;
}
ul li a {
text-decoration: none;
color: #777;
background: #ebebeb;
}
li ul {
position: absolute;
left: 90px;
top: 0;
display: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul { display: block; }
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes;
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
li:hover ul, li.over ul {
display: block; }
<ul id="nav">
</style>
<body>
<table bgcolor="#E8EFF7" width="100%" height="100%"border="0" style="border: 1px solid
#0F87FF;padding:0px" cellpadding="0" class="tablebg">
<tr><td valign="top">
<table bgcolor="#ffffff" border="1"width="100%" style="margin-top:10px">
<tr><td></td></tr>
<table bgcolor="#ffffff" border="1"width="127" cellpadding="5" style="margin-top:10px">
<tr><td valign="top"><ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a>
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Offices</a></li>
</ul>
</li>
<li><a href="#">Services</a>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Internet Marketing</a></li>
<li><a href="#">Hosting</a></li>
<li><a href="#">Domain Names</a></li>
<li><a href="#">Broadband</a></li>
</ul>
</li>
<li><a href="#">Contact Us</a>
<ul>
<li><a href="#">United Kingdom</a></li>
<li><a href="#">France</a></li>
<li><a href="#">USA</a></li>
<li><a href="#">Australia</a></li>
</ul>
</li>
</ul></td></tr>
</table>
</td></tr>
</table>
</body></html>
къде му е проблема като го кача на хост се получава : http://yepweb.com/poredna%20proba.html
Помогнете плс