Hello, New here so thanks in advance for everyone's help :)
I've got this page as an example: http://www.getdiverted.com/test/test.html It has a table grid and within each TD there are 3 main objects with DIV containing them. They all have similar ID's. * div_cWeb_TSW_Day01 * cWeb_TSW_Day01 * but_cWeb_TSW_Day01 * tag_cWeb_TSW_Day01 I've got two questions really: 1). Is there a better way to organise my naming conventions? I've been told on a jQuery forum I can apply a class to the group of objects such as CLASS="cWeb_TSW_Day" and use ID to specify the individual groups ID="01". But how do I include the div_, but_ and tag_ bits. Should they go into the CLASS name? 2). I've seen on w3schools that a style called "p.uppercase" will apply it's settings to the P elements with a class called uppercase... Is there a way to take the extra step and change the style name to something like p.uppercase.01 so that it applies it's settings to P elements that have a CLASS=uppercase and ID=01 ? Thanks, Nick --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
