[WSG] Article: The real reason you should care about web standards

2004-06-12 Thread Nick Lo
http://www.designbyfire.com/99.html * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help

RE: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread Mike Pepper
Because you're applying a negative left margin to compensate for the 50% declared body margin. Replace the first 2 id's with -- body { background-color: #fff; padding: 0px; margin: 20px auto; text-align: center; } #container { width: 398px;

Re: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread Chris Stratford
Damn that is weird! If I had any more time before bed I would of had a proper look. atm im am dead tired, and just thought it would be good to express my utter suprise... and disbelief - what the hell happened there! :) hehehe have a good night! best of luck finding your issue! Ciao! alex

Re[2]: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread alex 'fanatique' thomas
Hello Mike, thanx a lot. now it's cool for ie but at least in opera mozilla ist's not centered anymore. please don't let me check for nav.apps because i'm reaaalllyy tired of that... and by the way, why does ie behave like this??? _alex Saturday, June 12, 2004, 3:55:13 PM, you wrote: MP

Re[4]: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread alex 'fanatique' thomas
hello Mike, again thank you very much. you saved my day. _alex MP Sorry Alex -- MP margin: 0 auto; in the #container id will do it. MP Have a good one, MP Mike Pepper MP Accessible Web Developer MP www.seowebsitepromotion.com MP www.gawds.org

RE: Re[2]: [WSG] Fwd: links dont work in ie6

2004-06-12 Thread Mike Pepper
Alex, forgot about the question ... and by the way, why does ie behave like this??? _alex Negative margin can cause overlap of content. Why this should be the case, I've no idea. IE6 exhibits some curious behaviour at times. You have to be careful with negative margin since different browser

[WSG] file extensions

2004-06-12 Thread Christopher Kennon
Hi, Just finished article from a reputable web site, specializing in best practices. They suggest omitting the file extensions .gif , .jpg and .png from image files for bandwidth conservation. I understand the theory, the mime-type is interpreted by the sever and the correct file is served

[WSG] standard compatible richtext editor?

2004-06-12 Thread alex 'fanatique' thomas
Hello everybody, wow. second posting today but this one is more general. i'm looking for a webstandard compatible richtext editor for my cms (sthg like this http://richtext.sourceforge.net/ ). it should be integrated into the browser and offer the possibility to switch between code and

Re: [WSG] HTML email - mac testers please

2004-06-12 Thread Michael Donnermeyer
Apple's Mail.app is probably going to be the most used program for OS X users. Since the Jaguar edition of OS X (10.2) it's used WebKit for the rendering, which is the KHTML engine used in Safari. If I remember right, Jaguar users are limited to Safari 1.0, and Panther has 1.1 and 1.2

[WSG] Suckerfish problem

2004-06-12 Thread Anders Ebdrup
Hi !Hope you can help with the menu at http://www.smartpage.dk/HBW/suckerfish.html?The submenu is placed behind the imagesin Internet Explorer, and I can't get it in front of the pictures...? The css for det menu is placed here:http://www.smartpage.dk/HBW/styles/navigation.cssand the css

RE: [WSG] file extensions

2004-06-12 Thread Jason Turnbull
Just finished article from a reputable web site, specializing in best practices. They suggest omitting the file extensions .gif , .jpg and .png from image files for bandwidth conservation. Chris, Whats the URL for this article. I'm finding it hard to grasp the reasoning, does it save on

Re: [WSG] file extensions

2004-06-12 Thread Christopher Kennon
Hi, Below is the url and excerpt from the passage in question. I've tried it and it works. The images are displayed, but someone looking over the code commented that it appeared that an image was used, but the extension was missing. Thus the question was inspired. Chris

Re: [WSG] standard compatible richtext editor?

2004-06-12 Thread James Ellis
Hi Alex Try our resources section, you can add any editors you wish by logging in. http://webstandardsgroup.org/go/resourcecat30.cfm Cheers James alex 'fanatique' thomas wrote: Hello everybody, wow. second posting today but this one is more general. i'm looking for a webstandard compatible

[WSG] new layout/design

2004-06-12 Thread Chris Stratford
Hey WSG, Just looking for your opinion. My new layout - I coded 100% myself last night. Although I have a feeling its a clone of a lot of the "blog" scripts you can download? Do you think this layout copies any layouts? I did take other sites as inspiration, although I never used another

Re: [WSG] standard compatible richtext editor?

2004-06-12 Thread Vlad Alexander \(XStandard\)
Hi Alex, As far as I know, we are the only producers of a standards-based XHTML (Strict / 1.1) WYSIWYG editor. It's called XStandard and there is a free version. For more information check out: http://xstandard.com Here is an article that might help you evaluate WYSIWYG editors.

RE: [WSG] file extensions

2004-06-12 Thread Peter Firminger
Not a good idea for the average website. If you're running amazon.com then there would be a reason to do it but for most of us maintenance would be an issue. P From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher KennonSent: Sunday, June 13, 2004 9:28

RE: [WSG] file extensions

2004-06-12 Thread Michael Kear
Whats the point of doing this? Saving 4 characters per image as a way of reducing bandwidth? Is there any other purpose? Cheers Mike Kear Windsor, NSW, Australia AFP Webworks http://afpwebworks.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WSG] file extensions

2004-06-12 Thread Marc Greenstock
Christopher Kennon wrote: Hi, Below is the url and excerpt from the passage in question. I've tried it and it works. The images are displayed, but someone looking over the code commented that it appeared that an image was used, but the extension was missing. Thus the question was inspired.

Re: [WSG] new layout/design

2004-06-12 Thread Tim Lucas
Chris Stratford spoke the following wise words on 13/06/2004: Just looking for your opinion. My new layout - I coded 100% myself last night. Here is the link: http://www.neester.com/temp/ CSS: http://www.neester.com/temp/styles/june2004.css My opinion: Source code and accessibility: - Do you

Re: [WSG] new layout/design

2004-06-12 Thread Tim Lucas
Sorry for the dual posting. Accidently left my digital signature on for the last post. I wish the list software didn't abuse the mail headers. Chris Stratford spoke the following wise words on 13/06/2004: Just looking for your opinion. My new layout - I coded 100% myself last night. Here is the

Re: [WSG] new layout/design

2004-06-12 Thread t94xr.net.nz webmaster
Source code and accessibility: - Do you really need all those nested div's? I have it because IE wont center the DIV, so I need the nested DIV to have a text-align:center in there... Have you tried using margin: 0px auto; for cetering divs? Camz www.t94xr.net.nz

Re: [WSG] new layout/design

2004-06-12 Thread Chris Stratford
Yeah thats what I have for the inner Div. but IE doesnt recognise that I thought. So the way around that is to have an outer div with: text-align: center; So that the inner div is centered. Then the inner div has: text-align: left; to fix the text, but its also got a set width... ?? I thought that

Re: [WSG] new layout/design

2004-06-12 Thread Tim Lucas
Chris Stratford spoke the following wise words on 13/06/2004 3:31 PM EST: Yeah thats what I have for the inner Div. but IE doesnt recognise that I thought. If you apply the text-align to the body element you only need 1 div: body { text-align: center; } #shell { text-align: left; margin: 0px