Computers & Internet Logo

Related Topics:

agnes Posted on Mar 22, 2012

I have a css coding problem

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?????

  • 1 more comment 
  • agnes Mar 23, 2012

    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.

  • agnes Mar 23, 2012

    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.

  • agnes Mar 24, 2012

    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????

×

1 Answer

D.I.Y Otten

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 12 Answers
  • Posted on Mar 29, 2012
D.I.Y Otten
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Corporal:

An expert that hasĀ over 10 points.

Problem Solver:

An expert who has answered 5 questions.

Joined: Mar 29, 2012
Answers
12
Questions
0
Helped
2702
Points
23

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!!


5 Related Answers

Anonymous

  • 61 Answers
  • Posted on Jan 01, 2009

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 :)

Ad

Anonymous

  • 392 Answers
  • Posted on Apr 21, 2009

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

tbirdfan1

Michael Thomas

  • 3056 Answers
  • Posted on Aug 23, 2009

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

Anonymous

  • 1 Answer
  • Posted on Nov 07, 2009

SOURCE: please i want source code calculator using asp.net

i want the source code for simple calculater in asp.net

Anonymous

  • 76 Answers
  • Posted on Mar 17, 2010

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. "

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

299 views

Ask a Question

Usually answered in minutes!

Top Macromedia Computers & Internet Experts

Brad Brown

Level 3 Expert

19190 Answers

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42221 Answers

Are you a Macromedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...