Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

CSS quick Q: What's difference between div.commentdiv and #commentdiv?

  •  12-07-2007, 3:07 PM

    CSS quick Q: What's difference between div.commentdiv and #commentdiv?

    Hey Carl

    I'm a newbie at CSS. Quick Q:

    What's the difference between placing :

    div.commentdiv {

    }

    ... and placing :

    #commentdiv {

    }

    Can the latter affect divs plus other stuff, while the former only affects divs? Or can the latter not affect divs but can affect something else? (And if so, what?)

    Sorry I know so little on this.


    Sincerely,
    Doug Joseph
    Filed under: ,
View Complete Thread