Re: [WSG] STYLING QUERY

2009-08-25 Thread David Dorward


On 25 Aug 2009, at 06:36, Marvin Hunkin wrote:


HI.
DEVELOPING A WEBSITE USING Microsoft visual web developer express  
2008.

looking to mix and match styles, by using the css and html styles,


I wouldn't do that. Partial separation of style and structure is  
confusing.



classes and ids.


See http://css-discuss.incutio.com/?page=ClassesVsIds


so what would the expected result.
would it overide a style i have called BlueStyle.css and also would it
affect my skin files.


http://www.w3.org/TR/CSS21/cascade.html#cascade describes how to  
determine which styles 'win' if multiple, conflicting styles are  
applied to a given element.


--
David Dorward
http://dorward.me.uk



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



Re: [WSG] Multiple IE's for browser testing

2009-08-25 Thread James Ellis
Hi

Use virtualbox (.org) and run up a virtual machine that only has IE7 on it. 
You can do this by installing XP into the virtual machine and updating it to 
IE7. Remember to turn off Windows Update so it doesn't upgrade to IE8 when you 
are not looking.

Virtualisation is the only real way to get an IE that matches what site 
visitors are using, meaning less fubar when debugging an issue. (I don't see 
the general public browsing with a MultipleIE browser).

Note you will need a Windows license for each virtualised Windows machine you 
use.

HTH
James

On Tue, 25 Aug 2009 07:04:13 am Kristine Cummins wrote:
 I've recently downloaded IE8 and now my standalone IE7 refuses to work.
 Anyone else have this issue and have a better way to get IE to cooperate
 for Webmasters??? I downloaded the standalone at
 http://tredosoft.com/Multiple_IE

 Thanks for your time,
 Kristine


 ***
 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
***



Re: [WSG] An Acceptable Dropdown

2009-08-25 Thread Nick Fitzsimons
2009/8/23 Bushidodeep field.ni...@gmail.com:
 All debates aside on drop-down menus, they're called
 for, demanded by some. I like this onehttp://www.csun.edu/,
 and wondered if anyone has a tutorial URL bookmarked?


WAI-ARIA has a number of menu-related roles and properties [1]. Newer
browsers, including IE 8, offer reasonably good levels of support, as
do newer versions of some assistive technologies.

There's a good video by Todd Kloots of the YUI team demonstrating the
use of ARIA to enhance accessibility of a drop-down menu: I'll link to
the copy on Eric Miraglia's blog [2], as that includes a transcript.

[1] http://www.w3.org/TR/wai-aria/#menu
[2] http://ericmiraglia.com/blog/?p=132

Regards,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


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



[WSG] legal list numbering

2009-08-25 Thread Andrew Harris
How do people get around the problem of marking up ordered lists in
legal documents, such as policies or terms and conditions?

A typical structure might look like:

1 blah blah blah
1.1 blah blah blah
1.2 blah blah blah
1.2.1 blah blah blah
1.2.2 blah blah blah
1.3 blah blah blah
2 blah blah blah
2.1 blah blah blah
2.1.1 blah blah blah*

I've seen a variety of convoluted javascript and CSS methods, but
they're all hacks for what is essentially a pretty logical
structure... nested ordered lists!

I have to admit, I haven't even checked whether this is addressed in html 5.

* BTW: I've read lots of legal documents and I reckon the text can
mostly be replaced with blah blah blah without affecting their
meaning.

-- 
Andrew Harris
and...@woowoowoo.com
http://www.woowoowoo.com

~~~ * ~~~


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



RE: [WSG] legal list numbering

2009-08-25 Thread Mark Huppert
Andrew

You cannot mess around with legal documents
by removing or changing numbering.

If you can't code it up in html, it might be
better to use pre or even to publish it in pdf.


regards

Mark


Mark Huppert
Library Web Development  
Integrated Library Management System Coordinator
Division of Information
R.G. Menzies Building (#2)
The Australian National University
ACTON ACT 0200

T: +61 02 6125 2752 
F: +61 02 6125 4063
W: http://anulib.anu.edu.au/about/

CRICOS Provider #00120C


-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org]
On Behalf Of Andrew Harris
Sent: Wednesday, 26 August 2009 3:12 PM
To: WSG
Subject: [WSG] legal list numbering

How do people get around the problem of marking up ordered lists in
legal documents, such as policies or terms and conditions?

A typical structure might look like:

1 blah blah blah
1.1 blah blah blah
1.2 blah blah blah
1.2.1 blah blah blah
1.2.2 blah blah blah
1.3 blah blah blah
2 blah blah blah
2.1 blah blah blah
2.1.1 blah blah blah*

I've seen a variety of convoluted javascript and CSS methods, but
they're all hacks for what is essentially a pretty logical
structure... nested ordered lists!

I have to admit, I haven't even checked whether this is addressed in
html 5.

* BTW: I've read lots of legal documents and I reckon the text can
mostly be replaced with blah blah blah without affecting their
meaning.

-- 
Andrew Harris
and...@woowoowoo.com
http://www.woowoowoo.com

~~~ * ~~~


***
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
***