Re: [WSG] [Spam] :Menu stacking incorrectly in IE

2009-10-11 Thread Lesley Lutomski
Am I looking at the same document?  It's only showing one error - Line 
182, Column 12: Attribute name exists, but can not be used for this 
element.


Chris F.A. Johnson wrote:

On Sat, 10 Oct 2009, Kristine Cummins wrote:


Please see:
http://www.artscouncilnapavalley.org/test/index.shtml


Errors found while checking this document as XHTML 1.0 Strict!
Result: 	49 Errors 


   Fixing the errors may or may not fix the problem, but it's always
   the first step.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] [Spam] :Menu stacking incorrectly in IE

2009-10-11 Thread designer

Same for me - 1 error - I use the w3.org validator and the results are here:

http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.artscouncilnapavalley.org%2Ftest%2Findex.shtml


Bob
- Original Message - 
From: Lesley Lutomski ubu...@webaflame.co.uk

To: wsg@webstandardsgroup.org
Sent: Sunday, October 11, 2009 12:18 PM
Subject: Re: [WSG] [Spam] :Menu stacking incorrectly in IE




Am I looking at the same document?  It's only showing one error - Line 
182, Column 12: Attribute name exists, but can not be used for this 
element.


Chris F.A. Johnson wrote:

On Sat, 10 Oct 2009, Kristine Cummins wrote:


Please see:
http://www.artscouncilnapavalley.org/test/index.shtml


Errors found while checking this document as XHTML 1.0 Strict!
Result: 49 Errors Fixing the errors may or may not fix the problem, but 
it's always

   the first step.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***









***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] [Conference plug] Webstock 2010

2009-10-11 Thread Mike Brown
A quick, and shameless, plug that we've just launched Webstock 2010 
http://webstock.org.nz


If you're from outside NZ and thinking of attending, drop me a line.

Mike


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Converting CSS / Design into Pre-Set HTML widget code

2009-10-11 Thread Kristine Cummins
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=widgettitleEvents Calendar/h2

ul
li id=no-events-in-liststrongtext 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: memberh...@webstandardsgroup.org
***

[WSG] Is page-break-before broken in Webkit?

2009-10-11 Thread David Hucklesby
Trying to put the entire printed recipe on its own printed page, most 
browsers honor my page-break-before: always; declaration. I can't get 
this to work nohow no way in Webkit (Safari and Chrome), even by adding 
!important...


http://yewebwiz.info/temp/kam/

The rule is first in the @print section, near the end of this CSS:

http://yewebwiz.info/temp/kam/recipes.css

2nd question - is there a list of known Webkit bugs anywhere?

Thanks in advance for any enlightenment.

Cordially,
David
--
P.S. Sorry for the cross-posting. I got no response from the other list.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***