That makes each entry separate, no?

#invitelist, (OR)
.window, (OR)
.redframe

I was intentionally making it as specific as I could so it would only apply to that one specific element.

Mike

On 8/25/2012 2:22 PM, Jay Tanna wrote:

You also need a comma after each Id and/or clas like this:

#invitelist, div.window {
    display: block;
    width: 98%;
    height: 100px;
    overflow: auto;
    padding: 5px;
    background-color: #ffffff;
    color: #000000;
}

#invitelist, .window, .redframe {
    border: 3px ridge #b90025;
}


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to