[WSG] Streamline a video question

2008-12-02 Thread Brett Patterson
I am trying to put a video on the Web, but I cannot get it to play automatically. I want to have them stream so that they will play immediately instead of lagging a minute or so when clicked on. Is there a standard/recommended way to do this? Links for reading about it would be greatly

Re: [WSG] inline-block effect

2008-12-02 Thread Brett Patterson
It is. At least as far as I knew it to be. This is why I said to use the span tag. On Tue, Dec 2, 2008 at 1:59 AM, Stuart Foulstone [EMAIL PROTECTED]wrote: Am I confused? I thought h2 was a block-level element. On Mon, December 1, 2008 6:32 pm, Andrew famiano wrote: I'm trying to set a

RE: [WSG] Streamline a video question

2008-12-02 Thread Foskett, Mike
Hi Brett, It's inadvisable to auto-play video content, but a lot depends on the actual content. Getting video to autostart depends on the deployment method chosen. Personally I highly recommend the JW FLV media player for online delivery:

Re: [WSG] inline-block effect

2008-12-02 Thread Brett Patterson
As well as from mine. Did any of the above solve your problem? And what does OP mean? On Tue, Dec 2, 2008 at 8:05 AM, [EMAIL PROTECTED] wrote: I suspect that the OP miss-stated the problem. From my understanding, he wants the BGcolor to extend for _only_ the width of the TEXT, not for the

RE: [WSG] inline-block effect

2008-12-02 Thread Patrick Lauke
Brett Patterson what does OP mean? Original Poster, i.e. the one who started this thread. P Patrick H. Lauke Web Editor Enterprise Development University of Salford Room 113, Faraday House Salford, Greater Manchester M5 4WT UK T +44 (0) 161 295 4779 [EMAIL

RE: [WSG] inline-block effect

2008-12-02 Thread michael.brockington
I suspect that the OP miss-stated the problem. From my understanding, he wants the BGcolor to extend for _only_ the width of the TEXT, not for the entire width of the element. Regards, Mike -Original Message- From: [EMAIL PROTECTED] on behalf of Stuart Foulstone Sent: Tue 12/2/2008

Re: [WSG] the Name attribute

2008-12-02 Thread Joe Ortenzi
standards compliance should not be confused with WCAG conformance. HTML is a standard WCAG is a guidance that people use as if it were a standard, which could easily be a standard but is effectively not one. However, complying with WCAG confers added benefits which standards compliance

[WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Chris Cressman
I'm looking for a CSS solution if anyone has time to take a look. I've centered two content divs within two wrapper divs stacked on top of each other. The wrappers each have a unique background color that stretches across the whole page. The content divs are fixed at 800px and centered on the

Re: [WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Chris Cressman
Someone solved this for me. It was as simple as applying the same background color to the content and the container. Thanks. On Tue, Dec 2, 2008 at 3:33 PM, Chris Cressman [EMAIL PROTECTED] wrote: I'm looking for a CSS solution if anyone has time to take a look. I've centered two content divs

Re: [WSG] Full Width Striped Background with Centered Content

2008-12-02 Thread Todd Budnikas
if you apply a min-width to your body in css it will also solve this, including IE6 even though it doesn't understand it. Adding this to your body solved it for me in your example: min-width:900px; On Dec 2, 2008, at 4:01 PM, Chris Cressman wrote: Someone solved this for me. It was as

[WSG] Daniel Beckitt is out of the office.

2008-12-02 Thread daniel . b . beckitt
I will be out of the office starting 02/12/2008 and will not return until 09/12/2008. I will respond to your message when I return. For urgent enquiries, please contact Brett Bearham on 3032 3462. *** WARNING: This e-mail

Re: [WSG] Fighting with IE

2008-12-02 Thread James Ducker
Hi Laert, I don't have IE6 on this machine, but looking at your CSS I can see that you are attempting to apply the :hover pseudo-class to a a DIV (div.project). Normally this would be fine, But IE6 does not support :hover on any element other than an a anchor. My recommendation would be to change

Re: [WSG] Fighting with IE

2008-12-02 Thread James Ducker
Well, your current code is: div class=project a title=Concept and design for Maharaja India - January 2008 rel=lightbox[all] href=works/maharaja.jpg style= img src=thumbs/maharaja.jpg / /a /div To get a hover working in IE6, you'd need to change your CSS like so:

Re: [WSG] Fighting with IE

2008-12-02 Thread Luke Hoggett
hi, firstly List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm this isn't really a helpdesk secondly as you want the anchor to be displayed as block you might want to give it some height and width. cheers Luke Laert Jansen wrote: It didnĀ“t work. :( *Instead of:*

RE: [WSG] Fw: The Great Firewall of Australia

2008-12-02 Thread John Horner
Just want to put in a plug for Radio National's coverage of this topic so far: The Media Report: http://abc.net.au/rn/mediareport/stories/2008/2405376.htm Australia Talks: http://abc.net.au/rn/australiatalks/stories/2008/2419136.htm Disclosure, RN is where I work. -Original Message-