[css-d] CSS menu link

2005-06-27 Thread Robert Hanson
I found the link, if anyone is interested: http://www.tjkdesign.com/articles/dropdown/3.asp -- Forwarded by Robert Hanson/mva on 06/27/2005 08:43 PM --- From: Robert Hanson on 06/26/2005 02:00 PM To:css-d@lists.css-discuss.org cc: Subject

[css-d] CSS menu link

2005-06-26 Thread Robert Hanson
Someone posted a link to a webpage with a horizontal menu with a second level horizontal menu below it; the menu had a feature that allowed tabbing from one menu item to another. I can't find that link; could soneone post it again please? __

[css-d] keeping track of colors

2005-05-19 Thread Robert Hanson
I created a CSS file with several rules of this form: .classname { background: #cecece /*color1*/; } The idea behind this is to label the colors with a comment, so that later I can replace one color with another (so I can play with color schemes). I added the tag so that if I decide to set t

[css-d] Loading background images

2005-05-05 Thread Robert Hanson
If I have a rule that specifies a background image, in a .css file that is included on a web page, but the web page does not use that rule, is the image loaded from the webserver or not? An answer will help me decide whether I can include all my rules in once css file, or if I need to break up