Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1357 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Javascript :

Sliding JavaScript Menu Highlight problem

Thread title: Sliding JavaScript Menu Highlight problem
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
07-20-2009, 08:24 AM
#1
GaGa is offline GaGa
GaGa's Avatar
Status: I'm new around here
Join date: Aug 2006
Location:
Expertise:
Software:
 
Posts: 4
iTrader: 0 / 0%
 

GaGa is on a distinguished road

  Old  Sliding JavaScript Menu Highlight problem

I`m trying to add this to a site i`m making but it won`t work i don`t know why ?

http://www.leigeber.com/2008/05/slid...highlight-1kb/

this is my code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" language="javascript" src="scripts/script.js"></script>
</head>

<body onload="menuSlider.init('menu','slide')">
<div class="menu">
    	<ul id="menu">
        		<li><a href="home.html">home</a></li>
        		<li><a href="about.html">about us</a></li>
        		<li><a href="portfolio.html">portfolio</a></li>
        		<li><a href="blog.html">blog</a></li>
        		<li value="1"><a href="contact.html">contact us</a></li>
		</ul>
    	<div id="slide"><!-- --></div>
</div>

</body>
</html>
and this what i get

Reply With Quote
     


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed