Re: [WSG] Strange font-family behavior on Mac

2005-06-21 Thread Philippe Wittenbergh
. (with smooth type on/off). Thanks in advance. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Complete CSS reset

2005-07-05 Thread Philippe Wittenbergh
morbidly curious, it's at http://www.kennygraham.net/reset.css Because IE Win doesn't understand the keyword 'inherit'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Longhorn Avalon - seismic shift for web standards?

2005-07-14 Thread Philippe Wittenbergh
. Konqueror recent builds should support SVG as well. Internet exploder: no support, except via the Adobe plugin. Maybe in the elusive Longhorn. As far as webstandards goes: no shift. You can use svg as a background-image, or for a series of buttons, or... Philippe --- Philippe Wittenbergh http

Re: [WSG] nth child rule

2005-07-18 Thread Philippe Wittenbergh
/css3-selectors/#nth-child-pseudo Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting

Re: [WSG] text alignment on form submit buttons

2005-07-18 Thread Philippe Wittenbergh
unexpected consequences. (I've just tested that for the style, it 'looks' like it works, not sure about the behaviour of the element). PS - the input[type=submit] {text-align:left} doesn't work either in Opera 8 and Safari. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Body tag background color changes

2005-07-19 Thread Philippe Wittenbergh
. John is referring to this bug in IE Mac http://www.macedition.com/cb/ie5macbugs/#whitespace which is about the use of multiple classnames with the same substring in their name. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Problem in Firefox on initial page load only

2005-07-26 Thread Philippe Wittenbergh
of the page, you have a p class=clear/p make that p class=clearnbps;/p (adding a non-breaking space in it). Clear your cache, and try again. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org

Re: [WSG] Firefox MAC OSX checkbox keyboard tabbing problem - ANSWER (of sorts)

2005-07-28 Thread Philippe Wittenbergh
pane, you'll see a checkbox for that purpose. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] implicit / explicit labels which is better?

2005-08-02 Thread Philippe Wittenbergh
System 8 (Mac OS 8). And no Safari doesn't do it. That is a bug I filed ages ago (when version 1.0 came out, iirc). According to recent blog postings they are working on form widgets, it would be about time they add this functionality. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Does anyone still design for 640x480?

2005-08-03 Thread Philippe Wittenbergh
your text pretty small, and zoom up a few notches. [1] browser is the Japanese developed Netfront http://www.access.co.jp/english/products/nf.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http

Re: [WSG] firefox for OS9?

2005-08-05 Thread Philippe Wittenbergh
support. It runs well on OS 9, even on older machines with low CPU power and not much memory. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] Proper IE Hacks

2005-08-08 Thread Philippe Wittenbergh
yet what the final release of IE 7 will do. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Safari 1.3 vs Safari 2 differences

2005-08-18 Thread Philippe Wittenbergh
. There could be some display bugs due to a particular OS configuration (Panther vs Tiger), difference in font rendering, ... It shouldn't cause major layout problems though. PS - Jan, Safari v312 (1.3, Panther) beats Safari v412 (2.0, Tiger) by 35% in *my* stats. Philippe --- Philippe

Re: [WSG] IE in Virtual PC

2005-08-21 Thread Philippe Wittenbergh
? It displays web sites, with the same quirks, bugs and stupidities, same risks in browsing the web, same everything. [1] I now run VPC 7 + XP on an old, tired dual 450Mhz G4; it isn't fast, but it does the job. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Text Size Statistics

2005-09-01 Thread Philippe Wittenbergh
apparently resize the font-size, a few needed help from the staff. (nothing scientific here, just a few tidbits). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Browsers as copilers (was) Barclays standards redesign

2005-09-08 Thread Philippe Wittenbergh
of Firefox 1.5 (DeerPark or later) the Javascript Console also flags all CSS errors (including properties that Gecko doesn't support, such as display:inline-block). Another nightmare. (all those errors in those Google ads...). Very useful for debugging, btw. Philippe --- Philippe Wittenbergh

Re: [WSG] UTF and IE/Mac - extra character?

2005-09-19 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** 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] Site Review: www.47words.com

2005-10-03 Thread Philippe Wittenbergh
{ content: [attr(hreflang)]; font-style:italic; color:#6c767f } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] Flexible Font sizes in tables in ie

2005-10-04 Thread Philippe Wittenbergh
:1em;} /* makes sure the font-size is inherited in IE, this has to be explicitly specified */ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Jello flexible layout

2005-10-05 Thread Philippe Wittenbergh
. There are other methods though: you could try 'zoom:1', or 'display:inline-block'. Then use and additional container/wrapper to force the height. [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Firefox caption madness

2005-10-11 Thread Philippe Wittenbergh
://bugzilla.mozilla.org/show_bug.cgi?id=63895 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] :after/:before used for layout

2005-10-11 Thread Philippe Wittenbergh
) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** 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] :after/:before used for layout

2005-10-11 Thread Philippe Wittenbergh
On 12 Oct 2005, at 1:00 pm, Gunlaug Sørtun wrote: Philippe Wittenbergh wrote: ?? margin seems to work perfectly fine here. Both on Firefox 1.6a1 nightly trunk build and Firefox 1.5beta 2 http:dev.l-c-n.com/_temp/after.php (the word blah in a grey box after each paragraph, and the word

Re: [WSG] Safari FOUC was site check: liquid.rdpdesign.com

2005-10-12 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com/ ** 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] Safari FOUC was site check: liquid.rdpdesign.com

2005-10-12 Thread Philippe Wittenbergh
On 12 Oct 2005, at 3:52 pm, Christian Montoya wrote: Where would I document this? Blog ? Own website ? You could start here as well, or add an item to the CSS-D Wiki: http://css-discuss.incutio.com/?page=FrontPage Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Counters support?

2005-10-13 Thread Philippe Wittenbergh
where the subject was mentioned more in detail in the comments. http://alistapart.com/articles/multicolumnlists Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] BR tag causes odd behaviour ??

2005-10-17 Thread Philippe Wittenbergh
/formstyles.css br{ clear : left; } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Set min-width using DOM

2005-10-22 Thread Philippe Wittenbergh
then voila, its set to 740 Yes, that is the solution I've been using for a while, and seems to work fine. selector { width:740px; width:expression(...); } (all dumped inside of a conditional comment, of course). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Is position:absolute legal in a floated div? relates to a Footer problem in NS7

2005-10-24 Thread Philippe Wittenbergh
have problems with this, like Netscape 7. You'd have to add an additional wrapper inside your floated block to please those old boys. Like this div style=float:right div style=position: relative p style=position:absolute Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Safari, select, and option attributes.

2005-11-05 Thread Philippe Wittenbergh
of form widgets (something I really like...). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] hiding legend tag

2005-11-10 Thread Philippe Wittenbergh
or text-indent:-1px !important are some options. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Accessibility: Default placeholders

2005-11-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com/ ** 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] shrink-to-fit width in Opera

2005-11-21 Thread Philippe Wittenbergh
? And if you start to play with more complex constructions, the differences between all (decent) browser increase, see [2] as one example. [1] http://dev.l-c-n.com/_temp/AP-shrink-to-fit.php [2] http://www.satzansatz.de/cssd/tmp/100307.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] firefox 1.5 is official

2005-11-29 Thread Philippe Wittenbergh
was buggy in this. See https://bugzilla.mozilla.org/show_bug.cgi?id=243751#c4 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Justify this

2005-12-14 Thread Philippe Wittenbergh
. It makes Japanese text nearly readable on IE (now if those MS fonts weren't so ugly,...) p { text-align:justify; text-justify:inter-ideograph; } The text-align:justify also works pretty well in Firefox 1.5, for East-Asian text. Philippe --- Philippe Wittenbergh http://emps.l-c

Re: [WSG] Browser Resolutions

2005-12-16 Thread Philippe Wittenbergh
open at full width of the monitor. The user may or may not have on of those sidebars open in the browser. That side bar may or may not be large. That makes those numbers pretty meaningless in my eyes. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Setting Up Font Sizes

2005-12-21 Thread Philippe Wittenbergh
the same font-size:small for Japanese fonts/text on the other side works pretty well across the board for me, except in Camino/ Firefox Mac, which tends to smash down fonts. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Mac FF hidden div still shows scrollbars

2005-12-22 Thread Philippe Wittenbergh
, except for Mac FF (1.5). We are still seeing the div's scroll bars when in it's hidden state. Anyone come across this before and fix it? https://bugzilla.mozilla.org/show_bug.cgi?id=187435 Try display:none, if that fits in your design. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Fieldset inclusions and possible Firefox bugs

2006-01-05 Thread Philippe Wittenbergh
://dev.l-c-n.com/Gecko/fieldset-clear-309550.php You may need to set a width on the dl to avoid shrink-wrapping. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] XHTML 1.1 Entities (WAS Claiming compliance when a site doesn't comply)

2006-01-05 Thread Philippe Wittenbergh
and such. If you want to support Safari (with application/xhtml+xml), I'm afraid, you'll have to go back... Screen shot from the page linked above (Safari 2.02 - latest Webkit nightly builds are identical): http://emps.l-c-n.com/bm/Safari-entities.png Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] XHTML 1.1 Entities (WAS Claiming compliance when a site doesn't comply)

2006-01-05 Thread Philippe Wittenbergh
bases its parsing only on the mime-type. [1] this gives them additional knowledge about those entities. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] XHTML again

2006-01-07 Thread Philippe Wittenbergh
to it (with mime type application xhtml+xml). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] Jello Mold not working right in IE/Win

2006-01-08 Thread Philippe Wittenbergh
{ width:expression(document.body.clientWidth 0 ? 280px : -28% ); } /style ![endif]-- Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Safari Lightening Entire Background Image

2006-01-12 Thread Philippe Wittenbergh
compression level ? Could this be related to background-repeat: repeat or no-repeat ? I've never seen something like this with jpg files. PS - the problem only happens with Safari. All other browsers on OS X display the page correctly. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Article: MIME and Content Negotiation

2006-01-16 Thread Philippe Wittenbergh
something odd on the way. Is the $charset var set up correctly ? (near the top of the code) It should read: $charset = utf-8; Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Mac CSS issues

2006-01-27 Thread Philippe Wittenbergh
mac has some more serious issues, at least one. It puts #content next to the #header, which is floated. Solutions: either add a clearing element between header and content, or just float:left #content. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Check boxes ticked (UK Law)

2006-01-30 Thread Philippe Wittenbergh
UK law. And yes, I believe this to be correct. You have to make this 'opt- in', default being 'opt-out'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] IE7 hacks

2006-02-03 Thread Philippe Wittenbergh
:-) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** 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] Display:Table

2006-02-04 Thread Philippe Wittenbergh
-cell is only supported by iCab 3.0) [3] http://www.w3.org/TR/css3-multicol/ [4] http://lists.w3.org/Archives/Public/www-style/2005Dec/0081.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http

Re: [WSG] Multiple language usability query

2006-02-06 Thread Philippe Wittenbergh
explaining how to render the text below, or explain, at the very least, that the strange characters below are in fact in another language? What about including the text both in Japanese and English ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Re: Multiple language usability query

2006-02-07 Thread Philippe Wittenbergh
what happens on a Win PC that lacks the East-Asian language pack ('cause all PC's here in town have it installed). (hence, out of curiosity, if someone would be kind enough to send me a screenshot of the file I posted earlier, that would be appreciated). Philippe --- Philippe Wittenbergh

Re: [WSG] Opera Labs and Opera 9 Preview 2

2006-02-08 Thread Philippe Wittenbergh
at least (tp 1 felt more like one of those big heavy duty horses used in the fields rather than Georg's race horse. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] TARGET in 4.01 Strict

2006-02-16 Thread Philippe Wittenbergh
for testing. Even then, there is the History (Go in some other browsers) menu to help the user out. Philippe Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] making table cells share equally

2006-02-21 Thread Philippe Wittenbergh
. table {table-layout:fixed; border-collapse:collapse; width:xxx} http://www.w3.org/TR/CSS21/tables.html#propdef-table-layout according to the rules, a width on the table need to be specified; IE Win will default to 100% if no width is set. Philippe --- Philippe Wittenbergh http://emps.l-c

Re: [WSG] Styling Fieldset and Legend Elements

2006-03-06 Thread Philippe Wittenbergh
white- space under the legend (padding on fieldset, you won't get rid of it). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] IE Reverse Indent ?

2006-03-07 Thread Philippe Wittenbergh
it fixes. In this case: /* - hide form IE Mac - \*/ * html #content_contain {height:1%} /* - end hiding - */ ought to do nicely. (and served only to IE 6 and below. That 3px jog thing is reportedly fixed in IE 7 alpha0). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Styling Fieldset and Legend Elements

2006-03-07 Thread Philippe Wittenbergh
). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** 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] CAPS in stylesheets

2006-03-13 Thread Philippe Wittenbergh
? http://www.w3.org/TR/CSS21/syndata.html#q6 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Absolute Positioning-A Naive Question (Maybe)

2006-03-13 Thread Philippe Wittenbergh
by IE, which puts serious limits on the technique. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Odd FireFox div background image behavior

2006-03-18 Thread Philippe Wittenbergh
[1], which will contain your floated blocks. [1] http://dev.l-c-n.com/IEW/simulations.php http://www.w3.org/TR/CSS21/visuren.html#block-formatting [2] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] playing with layouts, pt2

2007-02-25 Thread Philippe Wittenbergh
numerical entities instead. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] background won't repeat-y

2007-03-04 Thread Philippe Wittenbergh
assume the default (in this case top left or 0 0) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] Odd behaviour in Opera and Safari

2007-04-09 Thread Philippe Wittenbergh
Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] opacity

2007-04-11 Thread Philippe Wittenbergh
Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] making tables/rows/cells in IE lose their tableness via CSS

2007-04-16 Thread Philippe Wittenbergh
position:absolute on the table-cell, but then you'd need to position each one of cells via 'top' and 'left'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] strong v's b , em v's i

2007-04-23 Thread Philippe Wittenbergh
/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Template Review

2007-04-29 Thread Philippe Wittenbergh
in em inside (your dd) is problematic. use sans-serif fonts for headings and serif fonts for body text (like the dd, again) will create some more visual structure. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] While we're on the subject of validators...

2007-05-01 Thread Philippe Wittenbergh
probably a typo. The validator doesn't look/care about what you put in a selector. What if you are using that css file for some xml document that has an element 'navbar' within its namespace ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] width of inline lists

2007-05-20 Thread Philippe Wittenbergh
{float:left} ? or li {display:inline-block } ? The second one won't work in Firefox up to 2.0.0.x (but will work in Fx 3) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org

Re: [WSG] Converting font size from pt to % or em

2007-05-25 Thread Philippe Wittenbergh
preferred window width. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] safari hack for overflow-x/y

2007-05-31 Thread Philippe Wittenbergh
; /* depending on your set up...*/ } You need to keep them in that order, what comes later in ruleblock overrides what comes earlier. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] ie positioning help needed

2007-06-02 Thread Philippe Wittenbergh
scroll arrow, or the thumb when one has scrolled to the bottom of the div. It 'works' in Firefox 2.0.0.4, but that is actually a nasty bug with Gecko Mac scrollbars - bug that is fixed in nightly builds. Screenshot: http://dev.l-c-n.com/_b/kmcm.png Philippe --- Philippe Wittenbergh http

Re: [WSG] Re: Use of Fieldsets other than in form?

2007-06-04 Thread Philippe Wittenbergh
be found under the heading '17.10 Adding structure to forms: the FIELDSET and LEGEND elements' http://www.w3.org/TR/html401/interact/forms.html#edef-FIELDSET That makes quite clear that fieldset is intended for forms only And it is all part of chapter 17, 'Forms'. Philippe --- Philippe Wittenbergh

Re: [WSG] layout/font site test - please

2007-06-05 Thread Philippe Wittenbergh
On Jun 5, 2007, at 8:09 PM, Designer wrote: ... the htmlbody is ignored by all except IE6 I hope this is a typo. IE 6 ignores this (and NN4 in case you worry) as it doesn't understand the '' selector. All other browsers, including IE 7 support the child selector. Philippe --- Philippe

Re: [WSG] Mac test please (was Safari now on Windows)

2007-06-12 Thread Philippe Wittenbergh
to convince your boss to by a Mac) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] Mac test please (was Safari now on Windows)

2007-06-12 Thread Philippe Wittenbergh
. And Safari v2 only broadcasts text/html in the headers. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
] and is positioned. In your case, I think it is body (I haven't gone through all of your stylesheets). giving the parent p 'layout' _might_ solve the issue. Why not a table ? [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
On Jun 15, 2007, at 12:26 PM, Taco Fleur wrote: I'm not sure what giving the parent p 'layout' _might_ solve the issue. means though? Maybe this translation works better: Triggering 'hasLayout' on the parent p _might_ solve the issue Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Difference between IE and Firefox - can't figure it out...

2007-06-14 Thread Philippe Wittenbergh
pages long. [1] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] Safari 2.0?!

2007-06-19 Thread Philippe Wittenbergh
out your documents in what will ultimately be Safari 3.0. Those nightly builds can co-exist nicely with Safari 2.0. http://nightly.webkit.org/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG]shorthand doesn't work for bg position (was auto-hiding bottom part of bg image when resizing fontsize

2007-06-20 Thread Philippe Wittenbergh
to the viewport. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] scope, cols and colgroups

2007-06-29 Thread Philippe Wittenbergh
://www.whatwg.org/specs/web-apps/current-work/multipage/section- tabular.html#the-colgroup 2. you have a xml syntax in there: colgroup / colgroup is _not_ an empty element, it cannot use self closing syntax. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Shadow validation

2007-07-09 Thread Philippe Wittenbergh
On Jul 10, 2007, at 10:36 AM, Dean Matthews wrote: I thought I was dense but now I think the W3C is just behind the curve ;-) Not really, just chose the appropriate options (advanced...) when you try to validate a file. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] (Phillipe) margin problem in Firefox

2007-07-19 Thread Philippe Wittenbergh
!-- or more p -- /li substitute an appropriate level of heading for your needs float the span, adjust margins to taste That is about what I do on this now-defunct site : http://emps.l-c-n.com/articles/94/widgets-for-firefox (and that uses Texpattern behind the scenes). Philippe --- Philippe

Re: [WSG] setting fontsize in body

2007-08-03 Thread Philippe Wittenbergh
add up for deeply nested elements) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help

Re: [WSG] setting fontsize in body

2007-08-08 Thread Philippe Wittenbergh
will become ever more important (more 'old' eyes on-line, increasing screen resolutions). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] Cross platform line-height?

2007-08-17 Thread Philippe Wittenbergh
methods for rounding off numbers, etc. What exactly is your problem ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

Re: [WSG] safari display issue : help please!

2007-08-23 Thread Philippe Wittenbergh
with Gecko browsers. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] Firefox bug on CSS white-space property

2007-08-28 Thread Philippe Wittenbergh
long word), the table should expand, unless the table has 'table-layout: fixed' specified. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Firefox bug on CSS white-space property

2007-08-28 Thread Philippe Wittenbergh
learn something new every day. Try this: http://dev.l-c-n.com/_temp/wp.html And yes that is the expected behaviour. 'Width' on table and td/th is more like 'min-width' (idem dito for 'height'). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] XHTML+Voice

2007-09-07 Thread Philippe Wittenbergh
only, as far as I could test). [1] http://www.456bereastreet.com/archive/200505/ voiceover_and_safari_screen_reading_on_the_mac/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http

Re: [WSG] Safari problem

2007-09-27 Thread Philippe Wittenbergh
browsers */ overflow-y:scroll; overflow-x:hidden; } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] Catch 22 list problem

2007-10-11 Thread Philippe Wittenbergh
numbers as an internal mechanism, but it does not take away that those numbers are content. (and CSS counters is a very attractive mechanism to control/alter the presentation of those numbers). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Catch 22 list problem

2007-10-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Encoded mailto links

2007-10-18 Thread Philippe Wittenbergh
or not. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] browsers render differently with Optroup

2007-10-24 Thread Philippe Wittenbergh
that Firefox is not wrong by the description given above. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join

Re: [WSG] browsers render differently with Optroup

2007-10-24 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] skip to content: care of accessibility causing usability

2007-10-27 Thread Philippe Wittenbergh
{left: 1em;} :active state is for iExploder. Add additional styling to taste. Not really perfect, just a compromise. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail

Re: [WSG] SilverLight

2007-10-29 Thread Philippe Wittenbergh
the plugin**, and only checked for Safari or Firefox, as opposed to check for Gecko. The demos I've seen still only work half and half on Mac browsers, except Firefox 2.0.0.x and Safari. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [WSG] Request possible?

2007-11-06 Thread Philippe Wittenbergh
). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

<    1   2   3   >