Hi all,
I am using the code below for my expanding menu. It works fine in IE. But not in firefox. Is there any way to fix this? i appreciate any help.
CODE:
<html>
<head>
<title></title>
<style type="text/css">
ul#menu1{list-style-type: none;}
ul#menu1 li{
font-family:Impact, Arial...
I tried copying/pasting several times. Tried notepad, word and dreamweaver but i swear it would not work - even tried on the desktop and laptop. Anyway, after maybe the hundredth time, it just suddenly worked. I keep tracing back, still cant figure out what the mistake was. :confused:
Thanks...
the site directs me to this forum in case there are questions... here's the code, btw.
<!-- Paste this code into the CSS section of your HTML document -->
ul#menu {
width: 100px;
list-style-type: none;
border-top: solid 1px #b9a894;
margin: 0;
padding: 0;
}
ul#menu ol {
display...
Hi everyone,
I am new to javascript so I need help from the experts. I am using the code for an expanding menu that I got from here:
http://javascript.internet.com/navig...ding-menu.html
It works perfect. However, i would like the submenus to be hidden on default. I was wondering how i can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.