If you look at the source code of http://thekhangroup.net/index.html you'll see that the menu in the red is black I have been trying to change the a class=navmenu to other number 1 or 2 or 3 but the menu does not change color. Here's the css file http://thekhangroup.net/site.css I tried everything can't figure it out The guy who did the css file put the same a class=navmenu for both menu horizontal and vertical. So when one is white the vertical menu disappears and when the other is black we can't see the horizontal menu. Please help. What am i mising?????
I checked the code and css.
It seems like you solved the problem with a seperate class: a.sidemenu
Witch seems the right solution.
If you stumble upon a thing like that again you can follow the dom-tree and define two menu item with the same class:
#leftcol ul li {
color:black;
}
#navbar ul li {
color:white;
}
Tip:
Use Firefox with the firebug addon, works great!!
SOURCE: Unable to View Java Applet
"load: class JFI.class not found."
Based on the console output, it means that it cannot find the java applet class. In other words, the applet is missing on the server side. There is nothing that you can do about it, unless you know the person who created the applet. Good luck :)
SOURCE: about dreamweaver cs3
Dear friend, watch what you need to learn about Spray here:
http://www.wonderhowto.com/how-to-spray-object-in-dreamweaver/
also you can search about different stuffs there in Search Box at top of the website and learn more about dreamweaver by thoese videos, if you have more question leave me a comment, I'll provide some other useful links for you.
Good luck
SOURCE: java is not working
Hello there :
first you are going to want to ensure that your your current version of java is installed correctly and is not corrupted and if it needs to be reinstalled
download the latest java version and reinstall this . www.java.com
this should be able to take care of the problem that you are having ok?
best regards michael
SOURCE: please i want source code calculator using asp.net
i want the source code for simple calculater in asp.net
SOURCE: how to create a hyper link of html code for image & link .
<a href="###">content</a>
### - put your line here...
regards
Testimonial: "Hello! That was great of you to took some time out of your schedule and shown me the path. I really do not know how to appreciate your kind gesture. "
299 views
Usually answered in minutes!
i really need help with this css coding. PLEASE HELP. Why when I use a class=navmenu2 or 3 or else for the horizontal menu on my index page it does not work.
For some reason the menu are working with the a class=navemenu so when i changed the color of the font to white the vertical menu disappears, if I change the color font to black, i can see the vertical menu but not the horizontal menu like the link i wrote above. So i tried for the horizontal menu to change the a class=navmenu to a class=navmenu3 with a different color font but for some reason the font does not change. What should i do to make sure that the vertical menu is visible in black and the vertical menu is visible in white fonts PLEASE HELP.
THIS PROBLEM IS ONLY FOR SOMEONE WHO UNDERSTANDS CASCADING STYLE SHEETS CSS PROGRAMMING. And if you are knowledgeable of CSS then the question should be simple. I want to know how can i change the CSS to make sure that both menus horizontal and vertical are VISIBLE. Because right now the horizontal one is black and invisible and the other one is visible. If I change the font color to white, then the horizontal one is visible but not the other one. I am not sure how more simpler i can explain this. IS THERE ANYONE OUT THERE WHO UNDERSTAND CSS????
×