Not sure that I understand the question, but none of the CSS that you show here applies to the code snippet that you included: they have no classes in common. Regards, Mike Mike Brockington Web Development Specialist
www.calcResult.com www.stephanieBlakey.me.uk www.edinburgh.gov.uk This message does not reflect the opinions of any entity other than the author alone. ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Kristine Cummins Sent: 12 October 2009 05:26 To: Web Standards Group Subject: [WSG] Converting CSS / Design into Pre-Set HTML widget code I am unsuccessfully able to convert my CSS/design into pre-set HTML widget code (see widget code below). Current List design (see Events on right): http://www.elizabethspencerwines.com/development/v9/index.shtml <div id="sidebar"> <ul> <li id="events-calendar" class="widget EC_Widget_display"> <h2 class="widgettitle">Events Calendar</h2> <ul> <li id="no-events-in-list"><strong>text goes here</strong></li> </ul> </li> </ul> </div><!-- end sidebar --> ========================= My original CSS to make my "un-widgetized" design work: .iconlist { background-color: inherit; color: #000; font: normal .7em/1.2em "Trebuchet MS", verdana, helvetica, sans-serif; list-style: none; margin: 0; padding: 0; } li.bullet { background: url(images/bullet.gif) no-repeat 0 8%; padding: 3px 0 3px 20px; margin: .7em 0; } .smtxt { background-color: transparent; color: #999; font: 11px/13px Arial, Verdana, sans-serif; text-align: center; } A MILLION THANKS! ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] ******************************************************************* ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
