1) Script Title:
Chrome CSS Drop Down Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...rome/index.htm
3) Describe problem:
It is not clear how I can change the COLOR for the text items at the top of the menu. They appear black, all of the time. I searched through the chrome.js and chromestyle.css files and tried various combinations of values.
Question #1:
I have tried this setting for the .chromestyle in the CSS file:
.chromestyle{
width: 99%;
font-family : Arial,Helvetica,Univers,Zurich BT;
font-size : 12 px;
font-weight: bold;
color: white;
}
But resorted to this in the <li> tags:
<li><a href="http://www.dynamicdrive.com"><font color="#FFFFFF" font-size= 4 px>Home</a></li>
This is pretty lame and would rather set this value in the CSS file.
Question 2:
Is there a way to make the menu bounding box shorter in height? The image slice in the example is 2 pixels by 50 pixels. The image that I am repeating is only 2x16 in size. I am trying to ";stuff" a menu is a small table cell and I'd like it to fit snuggly with no white space. See attached image for exampels of this above and below white space. Any suggestions on either of these issues would be greatly appreciated.
Question #2 is most important to me. My hairball soution to Question #1 is not preferred, but it does work.



Reply With Quote

Bookmarks