Re: [WSG] DreamWeaver Template Left (or Right) Halo Nav in DW MX2004

2004-11-15 Thread Will Jensen
Works Perfectly - Thanks loads! I have one more Question on this template. I want to center the global nav menu and the sub-global nav menu. I can do this with text-align center in the CSS for the global and sub-global nav sections in the CSS. It works fine in all browsers except IE 5 on my Mac O

Re: [WSG] DreamWeaver Template Left (or Right) Halo Nav in DW MX2004

2004-11-15 Thread Will Jensen
I am running IE 6 on Win 2K Adv Server. This is an interesting wrinkle. I imagined MacroMedia would not turn out a template that did not work in all browsers on all platforms. I used a 1024x768 screen resolution and if I resize the IE6 window horizontally the capsule story section drops down belo

Re: [WSG] DreamWeaver Template Left (or Right) Halo Nav in DW MX2004

2004-11-15 Thread Johannes Reiss
Hallo Will,   The problem is the 100% of the table width...   In the html-file you may change      the table width to less than 100%, eg. table width="90%" Than it works ...   best greetings   johannes     - Original Message - From: Will Jensen To: [EMAIL PROTECTED]

Re: [WSG] Unwanted gaps between divs

2004-11-15 Thread Nick Lo
By the way it can be solved by adding padding to it's container: div#content { margin-left: 190px; margin-right: 200px; padding-top: 3pt; } However I'm still not clear why. Thanks, Nick I'm having a little brain drain with spacing that I'd like help with. The layout on a page I'm working in is ex

[WSG] Unwanted gaps between divs

2004-11-15 Thread Nick Lo
I'm having a little brain drain with spacing that I'd like help with. The layout on a page I'm working in is experiencing the same problem I can demonstrate better on Russ's example here: http://css.maxdesign.com.au/selectutorial/steps/step22.htm Imagine I want a background colour on the header "

Re: [WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Amit Karmakar
Natalie, that works! :) thanks heaps. Thanks Terrence. On Tue, 16 Nov 2004 16:56:19 +1300, Terrence Wood <[EMAIL PROTECTED]> wrote: > In CSS 2.0 you would use: > > img > { > page-break-inside: avoid; > } > > if it were supported, but unfortunately AFAIK it isn't. > > You can try: > > #selecte

Re: [WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Chris Stratford
Wow, that is something I didn't realise existed! That is great! Thanks a lot Natalie! - Chris Stratford [EMAIL PROTECTED] Natalie Buxton wrote: Armit You can force a page break before an image using css. page-break-before: always; Natalie On Tue, 16 Nov 2004 13:56:11 +1100, Amit Karmakar <[

Re: [WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Terrence Wood
In CSS 2.0 you would use: img { page-break-inside: avoid; } if it were supported, but unfortunately AFAIK it isn't. You can try: #selected-img-that-breaks { page-break-before: always; } which should work, but you need to know ahead of time which image is going to break your page. ./tdw On 2004-1

Re: [WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Natalie Buxton
Armit You can force a page break before an image using css. page-break-before: always; Natalie On Tue, 16 Nov 2004 13:56:11 +1100, Amit Karmakar <[EMAIL PROTECTED]> wrote: > People, > > I am working on a Intranet site that has a lot of screengrabs and > while the print CSS works beaut

[WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Amit Karmakar
People, I am working on a Intranet site that has a lot of screengrabs and while the print CSS works beautifully one problem I am facing is: Screenshots that appear towards the end of the page gets cut off and the rest of the screenshot of those images appear in the next page. Grrr! Just wonderin

Re: [WSG] What do you think about slicing images?

2004-11-15 Thread Thierry Koblentz
  - Original Message - From: Marilyn Langfeld To: [EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:19 AM Subject: [WSG] What do you think about slicing images? I haven't seen any discussions about slicing images, with regards to web standards. I expec

RE: [WSG] New site launched.

2004-11-15 Thread Andreas Boehmer [Addictive Media]
In regards to one of the news items you have: "One of the WSG members posted a link to a very interesting PDF about creating Accessible and Usable Websites [904kb]. If you are someone who is building web sites for visually impaired viewers, or are visually impaired and using a screen reader, this

Re: [WSG] The Lindsay Method, version 2

2004-11-15 Thread Jeroen Visser [ vizi ]
Lindsay Evans wrote: No Flash, works with scripting turned off, text is selectable (yes, I know you can select the individual sIFR bits, but that just ain't the same :)), colours, size, etc. are easily manipulated via. CSS, As I have understood, you can select large text blocks with sIFR also; you

Re: [WSG] New site launched.

2004-11-15 Thread Darren Wood
Darren Wood wrote: Hello team! I've just built a new site[1] and wouldn't mind if you could take a few minutes to look it over in as many platforms/user agents as you can. I develop on a Linux box running KDE, so I've only been able to check the site on Firefox and Konquerer. Both user agents s

Re: [WSG] What do you think about slicing images?

2004-11-15 Thread Natalie Buxton
I use image slicing on some images to stop some amatures from nicking an image. Sure, it doesn't stop everyone, but it does slow them down. You can still have meaningful alt text as needed. On 16 Nov 2004 09:49:21 +1100, Andrew Thompson <[EMAIL PROTECTED]> wrote: > I still use slicing to split a

Re: [WSG] New site launched.

2004-11-15 Thread Natalie Buxton
Link please? On Tue, 16 Nov 2004 11:50:21 +1300, Darren Wood <[EMAIL PROTECTED]> wrote: > Hello team! > > I've just built a new site[1] and wouldn't mind if you could take a few > minutes to look it over in as many platforms/user agents as you can. > > I develop on a Linux box running KDE, so I

Re: [WSG] What do you think about slicing images?

2004-11-15 Thread Andrew Thompson
I still use slicing to split a single image into JPEG and GIF sections. For example, in a people with product shot, the people work best as a JPEG whereas the product works best as a GIF. I know you're supposed to be able to create a CSS-based slice layout and Photoshop includes this option, bu

[WSG] New site launched.

2004-11-15 Thread Darren Wood
Hello team! I've just built a new site[1] and wouldn't mind if you could take a few minutes to look it over in as many platforms/user agents as you can. I develop on a Linux box running KDE, so I've only been able to check the site on Firefox and Konquerer. Both user agents seem to render the

Re: [WSG] problem with print style sheet

2004-11-15 Thread Damian Sweeney
Works here. I printed to pdf using Firefox 1.0PR on Mac OS X. The resulting file can be found at: http://members.iinet.net.au/~damianfs/KDPV.pdf What software is giving you this problem? Damian Hello, I'm working on a site (http://www.cdkd.be/nl/home.php) and th

Re: [WSG] The Lindsay Method, version 2

2004-11-15 Thread Lindsay Evans
On the topic of CSS versions, this would be *very* invalid under CSS2.1 as it currently stands, as they've removed @font-face support - apparently because of a lack of implementations [1] It *is* fine in CSS3 though, through the web fonts module [2] 1. http://lists.w3.org/Archives/Public/www-styl

Re: [WSG] The Lindsay Method, version 2

2004-11-15 Thread Lindsay Evans
No Flash, works with scripting turned off, text is selectable (yes, I know you can select the individual sIFR bits, but that just ain't the same :)), colours, size, etc. are easily manipulated via. CSS, probably has a better chance of being understood by screenreaders that are in use today. I'm su

Re: [WSG] DreamWeaver Template Left (or Right) Halo Nav in DW MX2004

2004-11-15 Thread Natalie Buxton
Hi Will I have DW MX and setup the template here and could not duplicate the issue on IE6/WINXP. Which IE/WIN combo are you running? Natalie On Mon, 15 Nov 2004 19:40:19 +0300, Will Jensen <[EMAIL PROTECTED]> wrote: > I want to use the DW, Page Design CSS - Left Halo Nav template. > > It work

Re: [WSG] The Lindsay Method, version 2

2004-11-15 Thread Lachlan Hardy
As Dejan and Christian indicated, the validator automatically assumes use of CSS 2.0 However, using the advanced interface allows you to choose which version you would like to validate against. In the case of Lindsay's site, validating against CSS 3.0 removes some of the errors - the "pseudo-e

Re: [WSG] What do you think about slicing images?

2004-11-15 Thread Iva Koberg
Hi, The only reason I can think of to slice images would be if the design calls for text wrapping around a curved image for whatever reason (though I haven't seen this done well and with clean markup). I too have been thinking about a good way to handle larger images and the other day I found t

Re: [WSG] What do you think about slicing images?

2004-11-15 Thread Terrence Wood
Interesting question. Slicing an image was a necessary part of creating a table based design to ensure that the table cells aligned properly to preserve the design. Designers sometimes used image slicing to improve the perceived responsiveness of a site by providing some visual feedback that the

Re: [WSG] problem with print style sheet

2004-11-15 Thread Johannes Reiss
- Original Message - From: BWORX - Bram Janssens To: [EMAIL PROTECTED] Sent: Monday, November 15, 2004 4:56 PM Subject: [WSG] problem with print style sheet  Hello,   I’m working on a site (http://www.cdkd.be/nl/home.php) and there is a problem wi

[WSG] What do you think about slicing images?

2004-11-15 Thread Marilyn Langfeld
I haven't seen any discussions about slicing images, with regards to web standards. I expect slicing is discouraged, since it is table-based. What do you do if you want to use a fairly large image in a design? Best regards, Marilyn Langfeld http://www.langfeldesigns.com [EMAIL PROTECTED] +1.301.5

[WSG] DreamWeaver Template Left (or Right) Halo Nav in DW MX2004

2004-11-15 Thread Will Jensen
I want to use the DW, Page Design CSS - Left Halo Nav template. It works well in all browsers, except it does not properly render in IE 6 on a WinTel PC. The problem seems to be with the Capsule Story element which is part of a table. In IE 6 Win the Capsule Story table begins after the bottom e

Re: [WSG] pt, em and ex

2004-11-15 Thread Jeroen Visser [ vizi ]
Felix Miata wrote: Jeroen Visser [ vizi ] wrote: 'px' is the worst unit to define font size in, as Internet Explorer still cannot increase or decrease the size of fonts set in pixels. pt is worse. IE can't resize it either, and it depends on both DPI and resolution, not just resolution, making it

[WSG] problem with print style sheet

2004-11-15 Thread BWORX - Bram Janssens
 Hello,   I’m working on a site (http://www.cdkd.be/nl/home.php) and there is a problem with one of the pages if you want to print.   If you print the following page: http://www.cdkd.be/nl/participatie.php. You will see the titel on the first page, white space and the following text o

Re: [WSG] Design template for CMS, any thougts?

2004-11-15 Thread Gunlaug Sørtun
Siteman DA - Bent Inge wrote: > When it comes to target="_blank" i agree with you, but I'm not sure the customers will. This is by the way, the only reason I use Transitional instead of Strict XHTML. As always; inform your customers-- and let them have it their way. They pay the bill... accesske

Re: [WSG] pt, em and ex

2004-11-15 Thread Michael Wilson
Iain Harrison wrote: Eh? That makes no sense to me. Body is a child of html. Patrick H. Lauke wrote: I'm not disputing that. What I'm saying is: I use html { font-size: 100%; } body { font-size: 0.8em; } Hi, First post-- nice to meet you all and thank you for all of the information you share. I'v

Re: [WSG] pt, em and ex

2004-11-15 Thread Felix Miata
Jeroen Visser [ vizi ] wrote: > 'px' is the worst unit to define > font size in, as Internet Explorer still cannot increase or decrease the > size of fonts set in pixels. pt is worse. IE can't resize it either, and it depends on both DPI and resolution, not just resolution, making its ultimate s

[WSG] VIII Conference of the Ibero-American Seminar on Disability and Accessibility in the Net | Buenos Aires, Argentina

2004-11-15 Thread Daniel Low
Buenos Aires / Argentina VIII Conference of the Ibero-American Seminar on Disability and Accessibility in the Net (SIDAR) - Buenos Aires will host an international meeting from November 24th to 26th - The slogan for the conference is "Accessibility: For a web of quality" - Knowledge to carry off b

Re: [WSG] Design template for CMS, any thougts?

2004-11-15 Thread Siteman DA - Bent Inge
Hi, Erik Fåberg ;-) (I guess that would be the translation to a norwegian name :-)   The design itself is not finished and is not important for now. It's the markup I'm conserned with. Is it accesible, is it overaccesible etc.   About the width; the customer is set on a fixed with of 1000px,

[WSG] Strange IE5.0 problem

2004-11-15 Thread Marco van Hylckama Vlieg
Hi folks, While trying to get my (XHTML1.0 transitional) site working in older MSIE versions I stumbled upon something I reallly don't understand. I got the site to look fine in MSIE 5.5 (minor box issue) but MSIE 5.0 behaves extremely weird. It's hard to describe which is why I add a screensho

Re: [WSG] Ten Questions for Roger Johansson

2004-11-15 Thread Simon Jessey
I'd just like to say that I think this series of "Ten Questions" is excellent. Each interview gives us the opportunity to learn more about the minds and techniques of influential industry folk, and I've been thoroughly impressed with the results. Simon Jessey -- ma

[WSG] Web Standards Group meeting in Wellington

2004-11-15 Thread russ - maxdesign
We're pleased to announce the start of Wellington WSG. The first meeting is about to get underway: Date: Thursday 9 Dec Time: 6pm - 8pm Venue: e-vision Centre, 2 Blair Street Wellington RSVP: [EMAIL PROTECTED] At the first meeting there will be a brief introduction to the Web Standards Group foll

Re: [WSG] The Lindsay Method, version 2

2004-11-15 Thread Jeroen Visser [ vizi ]
Lindsay Evans wrote: In order to stop Russ from hassling me about it every time I see him, I've thrown together a small demo/explanation of the latest & greatest image replacement method (well, 'fancy heading method', really): http://lindsayevans.com/experiments/lindsaymethod_2/ Just to be somewhat

Re: [WSG] Faux columns not staying horizontal

2004-11-15 Thread Martin Vollrathson
Bert Doorn wrote: G'day My website at http://mavos.net/ is messing with my head. ... right column falls down below the content. Any ideas why this is happening? It's driving me crazy. Looks like the "IE Doubled Float-Margin Bug". As a result of the double (left) margin, there's no

[WSG] Ten Questions for Roger Johansson

2004-11-15 Thread russ - maxdesign
Roger Johansson talks about web standards, round corners, development mistakes, ampersands and more: http://webstandardsgroup.org/features/roger-johansson.cfm Thanks Russ ** The discussion list for http://webstandardsgroup.org/ See http://web

Re: [WSG] Design template for CMS, any thougts?

2004-11-15 Thread Gunlaug Sørtun
Siteman DA - Bent Inge wrote: My goal is that the pages are accessible, SEO-friendly and that the design will be easy to change. I would really appreciate some quality feedback on this subject as the cms is suppose to be finished yesterday :-) The template is validated XHTML and CSS. The link to

RE: [WSG] Validate Inside Your Firewall

2004-11-15 Thread Bert Doorn
G'day > No, no - not validation. Accessability. > Things that are easy to check at eg. http://www.hisoftware.com/accmonitorsitetest/ Your answer (or one of them) is in your question. HiSoftware actually provide software you can run on your local PC or server. I haven't used it myself, but they