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

2009-10-10 Thread Chris F.A. Johnson
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.

-- 
   Chris F.A. Johnson, webmaster 
   ===
   Author:
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


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



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

2009-10-10 Thread Kristine Cummins
Please see:
http://www.artscouncilnapavalley.org/test/index.shtml

Style sheet - styles at bottom for menu:
http://www.artscouncilnapavalley.org/test/styles.css

It's got a separate issue in Safari that I got to fix and looks fine in FF.

Thanks in advance for any and all help!
Kristine


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

[WSG] [Spam] :Autosvar - Ikke til stede: WSG Digest

2009-10-10 Thread Peter Larsen
Efterårsferie... Men er tilbage mandag den 19. oktober 2009 (efter kl. 15). 
Indtil da ser jeg ikke min mail, så hvis det er MEGET nødvendigt, så SMS mig på 
22 68 67 96

a whole week on vacation (and it is needed).. and will be back October the 19th 
2009. If it is most urgent then you can try text me on +45 22 68 67 96

Med venlig hilsen/best wishes
Peter Larsen
Center for Medie og Kommunikation
Roskilde Tekniske Skole


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


RE: [WSG] IE6 display issue

2009-10-10 Thread Stuart Foulstone

Apparently, placing the script at the bottom means it is not executed
until all the rest of the HTML has loaded, but not necessarily all the
images, while onload()only starts after everything on the page has loaded.

on

On Fri, October 9, 2009 11:18 am, Foskett, Mike wrote:
>> "Try onload() event handler"
>
> Alternatively place the script at the bottom of the page?
>
>
> mike
>
> -Original Message-
> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
> Behalf Of Stuart Foulstone
> Sent: 09 October 2009 11:00
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] IE6 display issue
>
> Try onload() event handler, see:
>
> http://javascript.about.com/library/bltut31.htm
>
>
> On Fri, October 9, 2009
> 6:55 am, Western Web Design wrote:
>> Kepler Gelotte wrote:
 In IE6, although the image fades and replaces etc, the #header is
 enlarged to accommodate all 4 images though three remain hidden.

>>>
>>> Hi,
>>>
>>> I suspect that the javascript is executing before the page has fully
>>> loaded
>>> so the images are not able to be "stacked" by the javascript function.
>>> To
>>> make sure your page has fully loaded try using the document.ready
>>> function
>>> of jquery:
>>>
>>> 
>>> $(document).ready(function() {
>>>  $('#pics').cycle({
>>>  fx:'fade',
>>>  speed:  2500,
>>>  timeout: 5500,
>>>  random: 1,
>>>  pause:  1
>>>  });
>>> });
>>> 
>>>
>>> If that still doesn't work, try moving the javascript after the
>>> .
>>>
>> Have tried both to no avail.  You sound like you are on the right track,
>> though.  Thanks!
>>
>>
>> --
>> Lyn Smith
>>
>> www.westernwebdesign.com.au
>>
>> Affordable website design  Perth WA
>>
>>
>>
>> ***
>> 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
> ***
>
>
> This is a confidential email. Tesco may monitor and record all emails. The
> views expressed in this email are those of the sender and not Tesco.
>
> Tesco Stores Limited
> Company Number: 519500
> Registered in England
> Registered Office: Tesco House, Delamare Road, Cheshunt, Hertfordshire EN8
> 9SL
> VAT Registration Number: GB 220 4302 31
>
>
> ***
> 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
***