RE: [WSG] Fieldset but no legend

2006-11-29 Thread Adam Burmister \(DSL AK\)
I believe it would be helpful for accessibility reasons. Think of it like a caption attribute on a table. It gives a description of the relationship of the group of child elements. - Adam -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of

[WSG] IE conditional comments not working

2006-11-26 Thread Adam Burmister \(DSL AK\)
Hello WSG, I'm working on a simple WordPress template for a charity-race I'm involved in. http://www.ThunderDownUnder.co.nz/ I want to use conditional comments to include a link to a IE only stylesheet to fix issues with IE 7. So in my head I'm using: !--[if IE lt 7] link

RE: [WSG] IE conditional comments not working

2006-11-26 Thread Adam Burmister \(DSL AK\)
: Re: [WSG] IE conditional comments not working On 11/26/06, Adam Burmister (DSL AK) [EMAIL PROTECTED] wrote: !--[if IE lt 7] should be !--[if lt IE 7] *** List Guidelines: http://webstandardsgroup.org/mail

RE: [WSG] semantics for a binary tree?

2006-11-12 Thread Adam Burmister \(DSL AK\)
Well, semantically you have a nested un-ordered list. So in your case it would result in something like: ul liItem ul liItem ul liItem ul

RE: [WSG] Firefox print style sheet bug

2006-10-12 Thread Adam Burmister \(DSL AK\)
I've found it doesn't affect the printed page, just the print preview. - A From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Pierre-Henri Lavigne Sent: Friday, 13 October 2006 12:14 p.m. To: wsg@webstandardsgroup.org Subject:

RE: [WSG] Doctype Strict JS drop down menus IE

2006-10-02 Thread Adam Burmister \(DSL AK\)
Title: Doctype Strict JS drop down menus IE I find that strange, Ive only ever had that warning on local content. If I were to guess Id suggest you werent enclosing in-page scripts with ![CDATA[ tags as the document in XHTML script section must be CDATA blocks. - Adam

RE: [WSG] Site Review

2006-09-14 Thread Adam Burmister \(DSL AK\)
The only other thing I might want to see from an XHTML point of view is some legends on the fieldsets. Also, small note, there seems to be a bit of in page scripting that looks like it could live in external .js files - which would be better for caching. Looking great though! Good improvement

RE: [WSG] Site Review

2006-09-14 Thread Adam Burmister \(DSL AK\)
One more suggestion I had was to add a blur() on your tabbed table in the top right hand corner. - Adam From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson Sent: Friday, 15 September 2006 3:36 p.m. To: wsg@webstandardsgroup.org

RE: [WSG] blogging about teaching web design

2006-09-10 Thread Adam Burmister \(DSL AK\)
I'm quite surprised by your students home-work assignment questions in your second part. I would have though kids learning web-dev these days would find it hard to find resources/tutorials that use out of fashion tags such as font and inline styles. My favorite demonstration of good XHTML/CSS

RE: [WSG] site check and code review

2006-07-16 Thread Adam Burmister \(DSL AK\)
but what good are informational graphics if you're blind? Is there a strong blind diving community out there? -A Germ wrote: Hey my 2c Its a bit boring for my likeing The banner is a bit bland and the webpage itself is just information. What about graphics? The banner is just a

RE: [WSG] Alphabetical Listing Buttons - What are you thiinking???

2006-07-11 Thread Adam Burmister \(DSL AK\)
I'm the first one to fight for semantic code, but I thought I'd play devils advocate this morning. You can be pragmatic about such things (using tables) - for instance from Gaspar's example, (0.4%*2)*26 + (26*3%) = 98.8% - which isn't 100%, thereby illustrating some of the limitations of CSS.

RE: [WSG] Inline Lists

2006-07-11 Thread Adam Burmister \(DSL AK\)
Padding is spelt with 2 d's, not 3 (paddding: 0 0 0 0;) -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sent: Wednesday, 12 July 2006 9:49 a.m. To: wsg@webstandardsgroup.org Subject: [WSG] Inline Lists This is probably something really

RE: [WSG] image border inside

2006-07-10 Thread Adam Burmister \(DSL AK\)
PROTECTED] On Behalf Of pdr Lists Sent: Tuesday, 11 July 2006 3:58 a.m. To: wsg@webstandardsgroup.org Subject: Re: [WSG] image border inside On 10/07/2006, at 3:42 PM, Adam Burmister ((DSL AK)) wrote: Ok - I think i've nutted it out: http://labs.flog.co.nz/css-help/inner-border/demo.htm - Adam

RE: [WSG] image border inside

2006-07-10 Thread Adam Burmister \(DSL AK\)
Oh, beg your pardon. I was thinking FF on PC, I see the issue. Thanks for the feedback -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Adam Burmister (DSL AK) Sent: Tuesday, 11 July 2006 7:50 a.m. To: wsg@webstandardsgroup.org Subject: RE

RE: [WSG] image border inside

2006-07-10 Thread Adam Burmister \(DSL AK\)
Hi Peter, I've updated the demo code on my sandbox site, would you mind testing again? I thin I've fixed the firefox and safari issues, but I don't have Shira or Camino installed on our test machine. http://labs.flog.co.nz/css-help/inner-border/demo.htm Here's how it tests out on a Mac:

RE: [WSG] list items floating around a floated element

2006-07-10 Thread Adam Burmister \(DSL AK\)
I think you're right. FF is rendering it correctly, as the LI and IMG block-elements are jutting up to each other. The easiest way I can think of solving it would be to place the image within the LI. - Adam -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL

RE: [WSG] Question about naming CSS elements

2006-06-14 Thread Adam Burmister \(DSL AK\)
So I use PascalCase for classes and camelCase for ID's. What's the benefits of using PascalCase for classes? It's not as if you don't know which is which, id= and class= are pretty apparent. I'd say camelCase for sure. But I have been brought up on C, C++, Java, and I still insist on it in C#.

RE: [WSG] Question about naming CSS elements

2006-06-14 Thread Adam Burmister \(DSL AK\)
Title: Re: [WSG] Question about naming CSS elements PascalCase is a very odd name for a girl, isnt it? From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Futter Sent: Thursday, 15 June 2006 12:25 p.m. To: wsg@webstandardsgroup.org Subject: Re: [WSG]

RE: [WSG] selling web standards

2006-06-08 Thread Adam Burmister \(DSL AK\)
My questions to the group are these: (1) Could they argue that their development environment (ASP.Net) doesn't allow them to produce standards-compliant markup and CSS and if they attempt to do that, what should I reply with? (note: I don't have any practical experience with ASP.Net, but I do w/

RE: [WSG] IE7 Flash

2006-05-30 Thread Adam Burmister \(DSL AK\)
This is my solution: /** * FAXA v1.0 -- Fix ActiveX Activation, IE and Eolas patent patch click-to-activate issue * by Adam Burmister, Flog.co.nz, 2006 * * ABOUT: * This script is designed to be a simple drop in fix for the click-to-activate issue in IE. * Due to recent patent issues

RE: [WSG] Markup for an FAQ?

2006-04-17 Thread Adam Burmister \(DSL AK\)
The problem I see with headings and paragraphs is that there is no semantic boundaries/delimiters. One of the advantages of using a list is - IMHO - that we know where it starts and where it finishes. Being inside a UL/LI would solve that problem. I think the UL is just as justifiable as

RE: [WSG] Help with a DIV overlaying an IMG

2006-04-09 Thread Adam Burmister \(DSL AK\)
[mailto:[EMAIL PROTECTED] On Behalf Of Adam Burmister (DSL AK) Sent: Monday, 10 April 2006 7:49 AM To: wsg@webstandardsgroup.org Subject: [WSG] Help with a DIV overlaying an IMG The other night I had an idea for sprucing up my image captions

RE: [WSG] Help with a DIV overlaying an IMG

2006-04-09 Thread Adam Burmister \(DSL AK\)
to float both the img and the caption (right) to break them out of the document flow in order for the z-index to take effect. Cheers Peter Adam Burmister (DSL AK) wrote: This works as I expect in IE, but not in Firefox. Can anybody please provide an explanation of this behaviour different

RE: [WSG] Fieldset background

2006-04-03 Thread Adam Burmister \(DSL AK\)
Agreed. Legends are unfortunately lacking in styleability (to coin the term). What I generally do in this situation is to replicate the legend using a heading tag fieldset legendCustomer Info Form/legend h2Customer Info/h2 Fields go here /fieldset Then I style the h2 (or