I'm having trouble with the meny on my site..
if you click on the link below you can see for yourself what the problem is. The submeny that shows when you click on something in the main meny is out of place when you hoover over it with the cursor.. it should show the green image that you can see to the left, but it shows the blue image wich is supposed to only be shown in the main meny..
here is the css code for the meny:
#menycontainer{margin-left: 0em; width: 220px; font-size: 120%; border-top: 0px solid #cccccc; border-left: 0px solid #CCCCCC; border-right: 0px solid #cccccc; border-bottom: 0px solid #CCCCCC;}
#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{display: block; margin: 0; padding: 0em; background: transparent url(knapp.png); padding: 0em; text-decoration: none; height: 40px; border-bottom: 0px solid #cccccc;}
#meny ul{list-style-type: none;}
#meny ul a{margin: 0; padding: 0em; background: transparent url(underknapp.png);}
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: transparent url(knapp2.png);}
#meny a#current{background: transparent url(knapp2.png);}
#meny a#subcurrent{background: transparent url(underknapp2.png);}
#meny ul:hover{background: transparent url(underknapp2.png);}
here is a link to the website:
https://files.itslearning.com/data/1278/13826/Projektarbete/index.html
I have tried to get help in some other forums before this one but I haven't got any answers... I hope someone here can help me!
if you click on the link below you can see for yourself what the problem is. The submeny that shows when you click on something in the main meny is out of place when you hoover over it with the cursor.. it should show the green image that you can see to the left, but it shows the blue image wich is supposed to only be shown in the main meny..
here is the css code for the meny:
#menycontainer{margin-left: 0em; width: 220px; font-size: 120%; border-top: 0px solid #cccccc; border-left: 0px solid #CCCCCC; border-right: 0px solid #cccccc; border-bottom: 0px solid #CCCCCC;}
#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{display: block; margin: 0; padding: 0em; background: transparent url(knapp.png); padding: 0em; text-decoration: none; height: 40px; border-bottom: 0px solid #cccccc;}
#meny ul{list-style-type: none;}
#meny ul a{margin: 0; padding: 0em; background: transparent url(underknapp.png);}
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: transparent url(knapp2.png);}
#meny a#current{background: transparent url(knapp2.png);}
#meny a#subcurrent{background: transparent url(underknapp2.png);}
#meny ul:hover{background: transparent url(underknapp2.png);}
here is a link to the website:
https://files.itslearning.com/data/1278/13826/Projektarbete/index.html
I have tried to get help in some other forums before this one but I haven't got any answers... I hope someone here can help me!
Last edited: