View Single Post
Unread 08-07-2007, 09:00 AM
paulj paulj is offline
Senior Member
Join Date: Jul 2007
Posts: 521
  #1  
Default CSS class concat

how do i join 2 classes into a single one?like say i've got...strRed { color:red; }.bgBlack { background:#000; }i want to do something like.Combined strRed bgBlack { border:1px solid orange; }
Reply With Quote