and pasting from various sources.
Finally I had forgotten to validate my CSS.
Thanks for all the help.
Nadine
Original Message:
Subject: [css-d] Horizontal Menu problems
To: css-d@lists.css-discuss.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hi Nadine,
it's a little "strange" how you've organized the structure, because the menu
for "home", "links" and "contact" is after the other menu ("academic
programs", "events", etc.).
Anyway. For fix the color-problem you should have in css the selector "menu
ul li a" and not "menu a".
jff
200
The link color and most of the properties are being superceded by the
following declarations in your cla.css :-
#banner ul {
list-style:none;
position:absolute;
right:55px;
top:66px;
}
#banner li {
display: inline;
margin-left: 10px;
}
#banner li a {
color: #0033CC;
I am new to a lot of CSS. I have been trying to get a horizontal
menu to position. I have looked through the archives and found an
List Apart example that I could duplicate in isolation:
http://www-rohan.sdsu.edu/~nmisiasz/test/ListApart2.html
I then tried to position the menu with my other e