Re: [css-d] vertical lines in CSS code (newbie question)

2005-06-04 Thread Christian Heilmann
> Hope this isn't a totally obvious question -- I saw CSS code in a recent > post formatted as follows: > > ||#menu ||a:link .menuItemBracket, ||#menu ||a:visited .menuItemBracket { > > color:#00; > I'm not familiar with using vertical lines when writing CSS code. What does > that do? My gues

[css-d] vertical lines in CSS code (newbie question)

2005-06-03 Thread Kerry DeMatteis
Hope this isn't a totally obvious question -- I saw CSS code in a recent post formatted as follows: |#menu a { display:block; color: #ff; font-weight: bold; text-decoration: none; padding-top: 5px; margin-left: 10px; } ||#menu ||a:link .menuItemBracket, ||#menu ||a:visited .menuItemBracket