[WSG] Any way to defeat legend styling problems in IE?

2008-02-28 Thread Cole Kuryakin
Hello All -

I've already spent a lot of time researching this and - from the threads
I've read - there doesn't seem to be a solution for IE in particular.

If you go here: http://www.crewasia.ph/index.php?cmd=s7,p2 in IE 6, you'll
see that the question mark icon is held off of the left margin of the
fieldset (and also displaying a small sliver of the fieldset's top border)
which ISN'T as per design.

If you look at the same page Firefox, this is the goal.

As mentioned, my previous research has left me disheartened about a fix for
IE... but then again, the posts I've been reading are well over a year old.

Is there something I can do to the legend to make that question mark icon
line up with the left border of the fieldset?

Great appreciation, as always, in advance.

Cole



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***attachment: winmail.dat

Re: [WSG] Any way to defeat legend styling problems in IE?

2008-02-28 Thread Dave Woods
I'm sure John won't mind me posting a link to his article on the subject...

http://www.tyssendesign.com.au/articles/css/legends-of-style/

Hope that helps.



2008/2/28 Cole Kuryakin [EMAIL PROTECTED]:

 Hello All -

 I've already spent a lot of time researching this and - from the threads
 I've read - there doesn't seem to be a solution for IE in particular.

 If you go here: http://www.crewasia.ph/index.php?cmd=s7,p2 in IE 6, you'll
 see that the question mark icon is held off of the left margin of the
 fieldset (and also displaying a small sliver of the fieldset's top border)
 which ISN'T as per design.

 If you look at the same page Firefox, this is the goal.

 As mentioned, my previous research has left me disheartened about a fix
 for
 IE... but then again, the posts I've been reading are well over a year
 old.

 Is there something I can do to the legend to make that question mark icon
 line up with the left border of the fieldset?

 Great appreciation, as always, in advance.

 Cole



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Any way to defeat legend styling problems in IE?

2008-02-28 Thread Patrick H. Lauke
Your mileage may vary, but I've started to (grudgingly) use a little  
bit of conditional-comment-wrapped styling for IE


!--[if IE]
style type=text/css#content legend { margin-left: -0.5em; }/style
![endif]--

this usually works ok for me, but the actual value may require some  
further tweaking. Give that a whirl and see if it helps (sorry, no  
time to test on your specific code).


P
--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Co-lead, Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__
Take it to the streets ... join the WaSP Street Team
http://streetteam.webstandards.org/
__



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] strong element being more semantical and accessible for required field

2008-02-28 Thread Steven Faulkner
i have written up results from some tests i carried out:
Screen Readers lack emphasis - http://www.paciellogroup.com/blog/?p=41

On 27/02/2008, tee [EMAIL PROTECTED] wrote:

 Hi Steven,



 On Feb 26, 2008, at 6:49 AM, Steven Faulkner wrote:

  don't know if this has been pointed out yet, but as far as screen
  readers like JAWS and Window Eyes are concerned the strong element
  does not convey any meaning. It is not recognised by them.
 

  bottom line is that for users these screen readers using strong as
  an indication of a required field won't be of any help.


 Thanks for the great info. Exactly what I am after.

 I like the way Mike grouped the required elements, will borrow the
 idea for the next form.


 tee


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
with regards

Steve Faulkner
Technical Director - TPG Europe
Director - Web Accessibility Tools Consortium

www.paciellogroup.com | www.wat-c.org
Web Accessibility Toolbar -
http://www.paciellogroup.com/resources/wat-ie-about.html


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] CMS review

2008-02-28 Thread alysia hill



Hello.

I have just discovered this australian based company Powerfront. I am 
really interested in some feedback.


I'm a graphic designer, and I have worked with developers that build 
wonderful standards compliant websites with a CMS.
I have looked at the source code of Powerfront websites, which appears 
to have a lot of syling in the html pages, rather
than in a CSS file. From a 'non programming' person, this doesn't look 
very standards compliant.


My question is, Is it standards compliant? If not, does that matter? Can 
anyone fault these websites?


I have the up most regard for the WSG, and all those in the industry 
creating conferences, speaking publicly,
writing articles etc on making code better for all concerned, but 
leaving that aside, does anyone have any
critisisms about this CMS (other than the fact that it might not be 
compliant?)


Here is an example website which I think is pretty good
http://www.goodshepvic.org.au/

Here is the company website
http://www.powerfront.com/

Any Powerfront employees, I welcome your feedback too!

thanks, alysia




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread John Faulds
Me, personally, I wouldn't use a CMS that produced mark-up like that.  
Especially not when I know there are others out there that will do a  
better job (haven't explored Powerfront too closely to find out whether  
it's possible to alter the output mark-up).


I'd have to ask though: why are you looking at Powerfront if you've worked  
with people who produce better sites using other CMSs?


On Fri, 29 Feb 2008 09:57:56 +1000, alysia hill [EMAIL PROTECTED]  
wrote:





Hello.

I have just discovered this australian based company Powerfront. I am  
really interested in some feedback.


I'm a graphic designer, and I have worked with developers that build  
wonderful standards compliant websites with a CMS.
I have looked at the source code of Powerfront websites, which appears  
to have a lot of syling in the html pages, rather
than in a CSS file. From a 'non programming' person, this doesn't look  
very standards compliant.


My question is, Is it standards compliant? If not, does that matter? Can  
anyone fault these websites?


I have the up most regard for the WSG, and all those in the industry  
creating conferences, speaking publicly,
writing articles etc on making code better for all concerned, but  
leaving that aside, does anyone have any
critisisms about this CMS (other than the fact that it might not be  
compliant?)


Here is an example website which I think is pretty good
http://www.goodshepvic.org.au/

Here is the company website
http://www.powerfront.com/

Any Powerfront employees, I welcome your feedback too!

thanks, alysia




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Tyssen Design
http://www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread Adam Martin
Please consider that a cms is a tool too allow people to add there own
content. So the inline styling may in fact be added by the end user.
Most wysiwyg  editors allow you to define styles for the content, however I
find a lot of people do not go to this little effort, rather opting for the
inline styles (example, choosing font sizes, colors etc).

I am in the process of writing my own cms program (based on zend framework)
that overcomes these problems. I am using xinha as the editor. As a
programmer we can code a system as best as we can - but still can't control
what the end user decides to do with it unless we are really restrictive -
but that brings about unnecessary support questions regarding content
insertion.

My 2c.
Adam

On Fri, Feb 29, 2008 at 10:28 AM, John Faulds [EMAIL PROTECTED]
wrote:

 Me, personally, I wouldn't use a CMS that produced mark-up like that.
 Especially not when I know there are others out there that will do a
 better job (haven't explored Powerfront too closely to find out whether
 it's possible to alter the output mark-up).

 I'd have to ask though: why are you looking at Powerfront if you've worked
 with people who produce better sites using other CMSs?

 On Fri, 29 Feb 2008 09:57:56 +1000, alysia hill [EMAIL PROTECTED]
 wrote:

 
 
  Hello.
 
  I have just discovered this australian based company Powerfront. I am
  really interested in some feedback.
 
  I'm a graphic designer, and I have worked with developers that build
  wonderful standards compliant websites with a CMS.
  I have looked at the source code of Powerfront websites, which appears
  to have a lot of syling in the html pages, rather
  than in a CSS file. From a 'non programming' person, this doesn't look
  very standards compliant.
 
  My question is, Is it standards compliant? If not, does that matter? Can
  anyone fault these websites?
 
  I have the up most regard for the WSG, and all those in the industry
  creating conferences, speaking publicly,
  writing articles etc on making code better for all concerned, but
  leaving that aside, does anyone have any
  critisisms about this CMS (other than the fact that it might not be
  compliant?)
 
  Here is an example website which I think is pretty good
  http://www.goodshepvic.org.au/
 
  Here is the company website
  http://www.powerfront.com/
 
  Any Powerfront employees, I welcome your feedback too!
 
  thanks, alysia
 
 
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 



 --
 Tyssen Design
 http://www.tyssendesign.com.au
 Ph: (07) 3300 3303
 Mb: 0405 678 590


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
-
http://myfitness.ning.com
A community of people that care about their health and fitness
Free fitness videos, recipes, blogs, photos etc.
--


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] CMS review

2008-02-28 Thread John Faulds

Please consider that a cms is a tool too allow people to add there own
content. So the inline styling may in fact be added by the end user.


For the example site linked to - http://www.goodshepvic.org.au/ - I didn't  
even get as far down to what might've been user entered content.  
Incomplete doctype, tables-based layout, bloated CSS with class names that  
don't mean anything all included in the page instead of an external  
stylesheet - these are things that have got nothing to do with the content  
editors/creators. I also doubt it's a case of a poor template  
implementation on the part of this particular customer because the CMS  
vendor's website displays similar markup.


--
Tyssen Design
http://www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread Viable Design
Hi there, Alysia.

The code on both sites looks awful to me: the huge list of styles in the
header, the bloated table-based layout. Both are drawbacks as they tend to
lengthen page-loading time and create a lag effect for the user. Not a
pleasant, I-want-to-return sort of environment, to say the least. And
clearly part of the CMS itself.

On another note, however, you refer to standards-compliance as though it's
somehow separate from usability, but it's not. The standards are best
practices because they provide a better experience for the user, and they
help the developer save time and money. Plus, they're set up to create pages
that will work with the most types of browsers, which also adds to the
usability of the site.

Why in the world would anyone *not* want this?

Sincerely,
Jo Hawke
http://www.viabledesign.com



On Thu, Feb 28, 2008 at 6:57 PM, alysia hill [EMAIL PROTECTED] wrote:



 Hello.

 I have just discovered this australian based company Powerfront. I am
 really interested in some feedback.

 I'm a graphic designer, and I have worked with developers that build
 wonderful standards compliant websites with a CMS.
 I have looked at the source code of Powerfront websites, which appears
 to have a lot of syling in the html pages, rather
 than in a CSS file. From a 'non programming' person, this doesn't look
 very standards compliant.

 My question is, Is it standards compliant? If not, does that matter? Can
 anyone fault these websites?

 I have the up most regard for the WSG, and all those in the industry
 creating conferences, speaking publicly,
 writing articles etc on making code better for all concerned, but
 leaving that aside, does anyone have any
 critisisms about this CMS (other than the fact that it might not be
 compliant?)

 Here is an example website which I think is pretty good
 http://www.goodshepvic.org.au/

 Here is the company website
 http://www.powerfront.com/

 Any Powerfront employees, I welcome your feedback too!

 thanks, alysia




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Linux Page Test Please

2008-02-28 Thread Joe Ortenzi
you need someone who is a good copywriter to fix your text and you  
need to use proper HTML entities for the odd characters.


..on the pricing page you need to fix your text

For example:
=
“AllTurf SBR Crumb rubber infill
“AllTurf Rubber curbing
“AllTurf Fencing (6’ chain link)

   (Mini fields are a perfect fit for school yards, play yards,  
safe surface gym class, etc…)


Mini field priced at $130,000 for complete turn-key installation*.


* Turn-key installation includes site  soil analysis, project design,
=

should have quote marks and odd characters rendered as HTML:

=
  quot;
   amp;
and your paragraphs should be properly constructed.
=


On Feb 27 2008, at 18:22, Joseph Taylor wrote:


Good Linux users:

Can I ask you to take this page for a spin and reply off-list if  
you encounter a problem?


http://allturf.sitesbyjoe.com/

Thanks!
--
Joseph R. B. Taylor
Designer / Developer
--
Sites by Joe, LLC
Clean, Simple and Elegant Web Design
Phone: (609) 335-3076
Fax: (866) 301-8045
Web: http://sitesbyjoe.com
Email: [EMAIL PROTECTED]


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***jo 
e.vcf


Joe Ortenzi
[EMAIL PROTECTED]
www.joiz.com




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] CMS review

2008-02-28 Thread kevin mcmonagle

That code isn't standards based.
Use textpattern.
-kevin



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] CMS review

2008-02-28 Thread Webb, KerryA
Alysia wrote:
 
 Hello.
 
 I have just discovered this australian based company Powerfront. I am
 really interested in some feedback.
 
 Here is an example website which I think is pretty good
 http://www.goodshepvic.org.au/
 

It prompts you to download Flash 9 - which people on locked-down
computers may not be able to do - and doesn't let you know what happens
if you don't do it.

I don't think that's pretty good.

Lots of empty ALT attributes, for non-decorative elements.

Text size is not adjustable in IE6.

Kerry 
  
---
This email, and any attachments, may be confidential and also privileged. If 
you are not the intended recipient, please notify the sender and delete all 
copies of this transmission along with any attachments immediately. You should 
not copy or use it for any purpose, nor disclose its contents to any other 
person.
---


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread Bruce
This conversation comes up frequently. Unfortunately most of what are called 
content management systems do not let the developer determine what shows in 
the published template, as they are wrapped around the core programming and 
difficult to customize and change at will..

Thus the question for a standards producing cms.

What is needed is a cms that has the template code in the open in {x}html 
format which allows unlimited customization of it.

Then the tags representing the data are added in.
title, body, extended text, custom fields etc.
These also are simply containers of data, without markup aside from 
paragraph and break tags, and the developer adds what he/she wishes for css.

Separation of data and formatting/presentation. Perfect rss. Freedom.

Over the last five years I looked for this. I found 2 out of over 40, and 
every new one out is the same, inaccessible.

These two are Movable Type and Expression Engine.
The templates contain what YOU want them to, the cms simply gives you the 
tags representing the data which is usually plain text.


Perfect, the CMS is as Standard as YOU make it, not as Standard as the 
original programmer decides.


Freedom is a good thing, yes?

Bruce Prochnau
BKDesign Solutions



- Original Message - 
From: Webb, KerryA [EMAIL PROTECTED]

To: wsg@webstandardsgroup.org
Sent: Thursday, February 28, 2008 7:20 PM
Subject: RE: [WSG] CMS review


Alysia wrote:


Hello.

I have just discovered this australian based company Powerfront. I am
really interested in some feedback.

Here is an example website which I think is pretty good
http://www.goodshepvic.org.au/



It prompts you to download Flash 9 - which people on locked-down
computers may not be able to do - and doesn't let you know what happens
if you don't do it.

I don't think that's pretty good.

Lots of empty ALT attributes, for non-decorative elements.

Text size is not adjustable in IE6.

Kerry

---
This email, and any attachments, may be confidential and also privileged. If 
you are not the intended recipient, please notify the sender and delete all 
copies of this transmission along with any attachments immediately. You 
should not copy or use it for any purpose, nor disclose its contents to any 
other person.

---


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread Avi Miller


On 29/02/2008, at 4:10 PM, Bruce wrote:

What is needed is a cms that has the template code in the open in  
{x}html format which allows unlimited customization of it.


One of the goals of MySource Matrix is to allow the end-user to  
customise every single piece of output text without development. I  
reckon we're at about 98% coverage on this and we urge our clients to  
alert us if there is a piece of content generated by MySource Matrix  
that isn't customisable, so we can fix it. :)


We also strong believe in standard, compliance and accessibility and  
strive to provide a CMS that enables all of these.


cYa,
Avi

--
MySource Matrix Product Evangelist

 Sydney / Melbourne / Canberra / Hobart / London /
  2/340 Gore Street  T: +61 (0) 3 9235 5400
  Fitzroy, VIC   F: +61 (0) 3 9235 5444
  3202   W: http://www.squiz.net/

. Open Source  - Own it  -  Squiz.net ./





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread Bruce

 One of the goals of MySource Matrix is to allow the end-user to

customise every single piece of output text without development.


Does this mean that I can add a menu below the banner by simply adding the 
html to the template, and css to the css file?
Change the Doctype at will, edit any template or add new additional ones? 
Customize what shows in a menu using html in the template itself,  limit 
items in the menu in the template and not in some admin WYSIWTG editor?


The principle wanted is that the template that shows an article for example, 
is 100% editable and accessible in it's entirety for editing.
If yes, I'll have to take a look cause haven't found but 2 in over 5 years, 
and I do this full time.


Thanks
Bruce
bkdesign

- Original Message - 
From: Avi Miller [EMAIL PROTECTED]

To: wsg@webstandardsgroup.org
Sent: Friday, February 29, 2008 12:35 AM
Subject: Re: [WSG] CMS review




On 29/02/2008, at 4:10 PM, Bruce wrote:

What is needed is a cms that has the template code in the open in 
{x}html format which allows unlimited customization of it.


One of the goals of MySource Matrix is to allow the end-user to  customise 
every single piece of output text without development. I  reckon we're at 
about 98% coverage on this and we urge our clients to  alert us if there 
is a piece of content generated by MySource Matrix  that isn't 
customisable, so we can fix it. :)


We also strong believe in standard, compliance and accessibility and 
strive to provide a CMS that enables all of these.


cYa,
Avi

--
MySource Matrix Product Evangelist

 Sydney / Melbourne / Canberra / Hobart / London /
  2/340 Gore Street  T: +61 (0) 3 9235 5400
  Fitzroy, VIC   F: +61 (0) 3 9235 5444
  3202   W: http://www.squiz.net/

. Open Source  - Own it  -  Squiz.net ./





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] CMS review

2008-02-28 Thread tee


On Feb 28, 2008, at 9:10 PM, Bruce wrote:

This conversation comes up frequently. Unfortunately most of what  
are called content management systems do not let the developer  
determine what shows in the published template, as they are wrapped  
around the core programming and difficult to customize and change at  
will..

Thus the question for a standards producing cms.

What is needed is a cms that has the template code in the open in  
{x}html format which allows unlimited customization of it.


I believe you are talking the Modx CMS. Simply put, MOdx doesn't  
dictate how you code. Your code, your choice!


There are quite a number of threads posted by people converted from  
Drupal, Wordpress, TextPattern and Joomla posting their comments on   
Modx that I think worth to read.


456 bereast asked for CMS recommendatin, and some Modx users gave some  
very good point.


http://www.456bereastreet.com/archive/200802/looking_for_open_source_cms_and_portal_software_options/

tee


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Flash on top of Flash

2008-02-28 Thread Nick Cowie
Good luck ;-)

Wait until you try it on a Mac or Linux box, they treat flash quite
differently. Even to the level you scroll down a page and back up again, the
order of the menu and animation will swap.

Suggestion put the menu in an iframe.


On 29/02/2008, Anthony Milner [EMAIL PROTECTED] wrote:

 Hi,

 I have two flash files - 1 contains a flash menu the other contains an
 animation. We are trying to position them on top of each other...

 The flash menu is contained in a DIV with the following css..

 .top_nav {position:absolute; top:0; left:0px; z-index:1000;}

 The other flash animation file is contained in an iframe which is
 contained in a DIV and the css for both the Iframe and DIV container are
 as follows...

 #ourrange_flash {width:1000px; height:420px;}
 #ourrange_flash iframe {width:1000px; height:420px; padding:0; border:0;
 margin:0; z-index:0;}

 Firefox loads this page correctly, that is the menu on top of the
 animation.

 In IE, Safari and Opera the menu loads but appears BEHIND the animation.

 I would have thought position:absolute with z-index has authority.

 Any help would be greatly appreciated.

 Regards,
 Anthony


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Nick Cowie
http://nickcowie.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***