Re: [css-d] image placement question - amended

2010-12-28 Thread Philippe Wittenbergh
On Dec 29, 2010, at 10:32 AM, Tim Climis wrote: CSS3 column extensions, probably, but those are currently only supported by Firefox, I'm pretty sure. CSS3 multi column is also supported by Webkit based browsers, fwiw. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] SVG as background image - and fallback image

2010-12-28 Thread Philippe Wittenbergh
didn't expect that parse error. I would expect it to ignore the whole declaration completely. ( given that I don't mention the background-origin in that shorthand, it is reset to the initial value, which is the expected behaviour) Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] combining media queries

2010-12-26 Thread Philippe Wittenbergh
screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) { /* style */ } example that works in desktop webkit: http://dev.l-c-n.com/_temp/mq35.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

Re: [css-d] combining media queries

2010-12-26 Thread Philippe Wittenbergh
://developer.mozilla.org/En/CSS/Media_queries#section_29 (iirc, it has been mentioned a couple of times on www-style, in the context of an eventual 'Media Queries 2' doc.) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss

Re: [css-d] Expanding tabs effect

2010-12-24 Thread Philippe Wittenbergh
mentioned - fall back on an abrupt hover effect. As a bonus, I've made it working for keyboard users. (I do think that a 0.6seconds transition is a little slow) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

Re: [css-d] Expanding tabs effect

2010-12-24 Thread Philippe Wittenbergh
On Dec 24, 2010, at 11:32 PM, Alan Gresley wrote: On 24/12/2010 7:55 PM, Philippe Wittenbergh wrote: what browsers have you actually tested in ? The syntax hasn't changed for a while, and afaik is implemented uniformly across rendering engines (and your file misses hover-in transitions

Re: [css-d] Vendor prefixes and validation

2010-12-22 Thread Philippe Wittenbergh
(the first of the test). I would please appreciate a check in Gecko 2 (FF 4) for the above test. Gecko 2.0b doesn't fully support the CSS3 background shorthand. (in my earlier mail, I was wrong about Opera 11 supporting it, I was looking at the wrong test). Philippe --- Philippe Wittenbergh http://l-c

Re: [css-d] Vendor prefixes and validation

2010-12-22 Thread Philippe Wittenbergh
head spins every time I try to read it, or to write it. I find it easier to use longhand, esp with multiple layers of background images (try adding a css-gradient or two in the mix and not lose the north :-). Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Vendor prefixes and validation

2010-12-21 Thread Philippe Wittenbergh
: http://dev.w3.org/csswg/css3-background/) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Is it because of my code? [correction]

2010-12-18 Thread Philippe Wittenbergh
On Dec 19, 2010, at 2:15 AM, G.Sørtun wrote: Question: is 'font-size-adjust' well enough supported across browser-land today to be of any use? Gecko 1.9.0+ only (Firefox 3.0+, Camino 2.0+, ...) Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] The CSS Position Property

2010-12-16 Thread Philippe Wittenbergh
This is what Gecko does: [quote] To allow UAs to render a typographically correct drop cap or initial cap, the UA may choose a line-height, width and height based on the shape of the letter, unlike for normal elements. [/quote] Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] is style=float: left identical to align=left

2010-12-16 Thread Philippe Wittenbergh
/Overview.html#alignment http://dev.w3.org/html5/spec/Overview.html#attributes-for-embedded-content-and-images For Gecko it is coded in the UA stylesheet; WebKit has it hardcoded somewhere, I forgot where though http://mxr.mozilla.org/mozilla-central/source/layout/style/html.css Philippe --- Philippe

Re: [css-d] min-height best-practices

2010-12-16 Thread Philippe Wittenbergh
Bruno's test / demo page: http://www.brunildo.org/test/collminmax.html Neither of these issues have ever prevented me from using this property. ps - Can someone send me a screenshot of what IE 9 does with Bruno's page ? Tia. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Help with IE6 and #*? Box Model

2010-12-16 Thread Philippe Wittenbergh
; float:left; margin:0 0 0.6em 0.6em; display: inline /* -- add */ } Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] media queries and mobile sites

2010-12-15 Thread Philippe Wittenbergh
make it smaller if the viewport is narrow. e.g. @media only screen and (max-device-width: 480px) { #header img {width:100px;} } Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] Block elements in links

2010-12-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] Block elements in links

2010-12-13 Thread Philippe Wittenbergh
box. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] mac 10.4 opera/10.63

2010-12-12 Thread Philippe Wittenbergh
making that change with Dragonfly, but I'm not sure, all their hover effects are quite disturbing). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Mac OS X 10.4 Firefox/3.6.12

2010-12-08 Thread Philippe Wittenbergh
a margin-top on the h1 in ems instead of px... font-size can change, you know). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Mac OS X 10.4 Firefox/3.6.12

2010-12-08 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] unable to hide div in IE7

2010-12-08 Thread Philippe Wittenbergh
://www.adventurecamper.com/wp-content/themes/adventurecamper/css/lt_ie8.css) validators are useful tools. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] first-child pseudo-class on a class-level

2010-12-06 Thread Philippe Wittenbergh
of the others? (in reality, there's 4 'leadings') Does my suggestion above not work for you ? Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] first-child pseudo-class on a class-level

2010-12-05 Thread Philippe Wittenbergh
*, then checks if they have a class, etc. Given the document structure above, maybe .description + .leading { background: red } ? Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] archives link?

2010-11-24 Thread Philippe Wittenbergh
On Nov 25, 2010, at 12:16 AM, Philip Taylor (Webmaster, Ret'd) wrote: How's about : http://lists.css-discuss.org/mailman/private/css-d/ Or public archives (more easy to search) http://archivist.incutio.com/viewlist/css-discuss Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Internal site links handled in print style sheet

2010-11-24 Thread Philippe Wittenbergh
. it is a kind of regular expressions, see attribute selectors: http://www.w3.org/TR/css3-selectors/#attribute-selectors Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Box Model and Background-image

2010-11-12 Thread Philippe Wittenbergh
://www.w3.org/TR/css3-background/#the-background-position which leads to http://www.w3.org/TR/css3-background/#background-positioning-area or, for CSS 2.1 http://www.w3.org/TR/CSS21/colors.html#propdef-background-position most clearly worded under length. Philippe --- Philippe Wittenbergh http://l-c

Re: [css-d] which tag do i target with css for the hover effect i want

2010-11-08 Thread Philippe Wittenbergh
), not just behind the text. Sorry hard to explain, you can see what i mean by looking at the menu here: http://www.diabetespolarflight.org/xhtml/template.html #sidemainmenu li:hover {background-color: lime;} ought to do what you want, if I understood you correctly. Philippe --- Philippe Wittenbergh

Re: [css-d] evenly spacing

2010-11-08 Thread Philippe Wittenbergh
On Nov 8, 2010, at 9:31 PM, Alan Gresley wrote: Philippe Wittenbergh wrote: zoom triggers haslayout; without it, you inline element wouldn't take a 'width' (width would only trigger haslayout, but would otherwise be ignored, that is the inline element would remain at its intrinsic width

Re: [css-d] z-index question in FF

2010-11-07 Thread Philippe Wittenbergh
of position: relative. It makes your life wayway more complicated than it should be. On Nov 8, 2010, at 12:02 PM, David McGlone wrote: can you show us the CSS? Is view source to difficult ? Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] evenly spacing

2010-11-07 Thread Philippe Wittenbergh
crazy, we're talking IE here). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] h1 font-size affects containing div!

2010-11-05 Thread Philippe Wittenbergh
the positioning of the surrounding div. In CSS 2.1 the margin of the h1 will collapse with the margin of the parent div ('merge' would be a better word in this case). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss

Re: [css-d] Is blocking ads OK for web developers?

2010-11-04 Thread Philippe Wittenbergh
in the past) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Blocking css was ADMIN: Is blocking ads OK for web developers?

2010-11-04 Thread Philippe Wittenbergh
into the glimmerblocker filters: http://glimmerblocker.org/wiki/Filters For all those blockers, there is more logic behind the scenes (regular expressions for url based blocking and so on). Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] setting z-index on a lightbox in WordPress

2010-11-02 Thread Philippe Wittenbergh
. Can someone help? normal... :-) from the stylesheet: http://www.greyrockconcretedesign.com/wp-content/themes/skin/library/media/css/screen.css ul#menu-primary-menu li a {z-index: 1000;} That is higher than the z-index for your #TB_window Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] [+] Sprite technique question

2010-10-23 Thread Philippe Wittenbergh
on: #menu li { height: 100px; width: 200px; } You could of course specify the height of you a in something else than %, such as height: 300px, etc. to make sure it is tall enough to show your background image. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] shadow and blur pitfalls?

2010-10-19 Thread Philippe Wittenbergh
might also want to visit the W3.org web site and read the box-shadow spec. for people who have a hard time to find those things: http://www.w3.org/TR/css3-background/#the-box-shadow - your friendly neighbourhood grumpy old nitpicker…. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Background bullet for paragraphs

2010-10-18 Thread Philippe Wittenbergh
a couple of examples: http://dev.l-c-n.com/CSS3_border-background/background-size.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Philippe Wittenbergh
', as this is the default behaviour, unless you already applied to overflow property to the root element. (another question is whether this is a good idea to do... accessibility wise) Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] CSS3 transformations: rotate

2010-10-06 Thread Philippe Wittenbergh
). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] [+] Re: Clearing a float

2010-10-05 Thread Philippe Wittenbergh
really thought about it. Perhaps I should blame IE, again, with its general lack of support for the inherit keyword) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] [+] Re: Clearing a float

2010-10-05 Thread Philippe Wittenbergh
On Oct 6, 2010, at 8:00 AM, Philippe Wittenbergh wrote: 'inherit' was already mentioned in the CSS 2.0 text: http://www.w3.org/TR/CSS2/visuren.html#propdef-clear oops, sorry. wrong url there. this is one is correct http://www.w3.org/TR/2008/REC-CSS2-20080411/visuren.html#flow-control

Re: [css-d] Clearing a float

2010-10-04 Thread Philippe Wittenbergh
On Oct 5, 2010, at 1:09 PM, Thierry Koblentz wrote: I don't think inherit is a proper value for clear. it is: http://www.w3.org/TR/CSS21/visuren.html#flow-control Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Subscripts and superscripts

2010-09-26 Thread Philippe Wittenbergh
on Vista Win 7) or fairly good (Gecko 1.9+, all platforms) support for ex. This leads to completely unpredictable results. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Div background image in Chrome

2010-09-24 Thread Philippe Wittenbergh
on where exactly to hook up the background image for #header -http://drbrentchiropractor.com/image/header1smRnd.jpg- which happens to be 976px wide. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs

Re: [css-d] Stretch over a cell

2010-09-20 Thread Philippe Wittenbergh
, this may work: http://dev.l-c-n.com/_temp/tx-cssd20100920.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Stretch over a cell

2010-09-20 Thread Philippe Wittenbergh
is undefined. That is what the part of the spec I quoted says. In Gecko WebKit, position: relative has no effect on a table cell; thus your absolute positioned span takes the width of the viewport (nearest containing block in your case). Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] media queries was( New IE7 filter?)

2010-09-19 Thread Philippe Wittenbergh
, and otherwise false. In the media queries syntax, the comma expresses a logical OR, while the ‘and’ keyword expresses a logical AND. [/quote] right before example VI http://www.w3.org/TR/css3-mediaqueries/#media0 Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] media queries was( New IE7 filter?)

2010-09-19 Thread Philippe Wittenbergh
On Sep 20, 2010, at 2:01 AM, Alan Gresley wrote: Philippe Wittenbergh wrote: @media screen and (max-device-width: 480px), screen and (max-width: 480px) {... } is a comma separated list of media queries and is perfectly acceptable it applies to (screen) devices with a max-device-width

Re: [css-d] media queries was( New IE7 filter?)

2010-09-19 Thread Philippe Wittenbergh
1.9.2 and Safari 5): http://dev.l-c-n.com/_temp/mq17.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Philippe Wittenbergh
it). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Managing import rules

2010-09-13 Thread Philippe Wittenbergh
. PS 2 I always find it cumbersome to work with multiple files like that and I think I've dropped using @import 3 years ago or so. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] [+] Re: browser treatments of :focus

2010-09-06 Thread Philippe Wittenbergh
Gecko shows). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] [+] Re: browser treatments of :focus

2010-09-06 Thread Philippe Wittenbergh
the spec: 'The :active pseudo-class applies while an element is being activated by the user. For example, between the times the user presses the mouse button and releases it.' Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] browser treatments of :focus

2010-09-05 Thread Philippe Wittenbergh
(I'm not sure about IE) doesn't really set / shift the focus on / to an element (link) when the user clicks on it. When the user access the link from the keyboard, then the focus _is_ set. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] nth child styling broke with change to class

2010-09-03 Thread Philippe Wittenbergh
change the markup, then JS is your friend; David pointed to jquery - I've used for some project to do exactly that, quite efficient. [1] ul# li {} specificity: 102 ul#id li:nth-chil(odd) {} specificity: 112 ul.class li:nth-child(odd) specificity: 22 Philippe --- Philippe

Re: [css-d] [+] Re: IE7 and IE6 Problem with Background-Image property using .png

2010-09-03 Thread Philippe Wittenbergh
given the slightly ambiguous case(s) mentioned by Alan) - :root != canvas. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] CSS Font Size Equivalent

2010-09-03 Thread Philippe Wittenbergh
-font-size Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] IE7 and IE6 Problem with Background-Image property using .png

2010-09-01 Thread Philippe Wittenbergh
is not taller than the body element, unless a height on the root element is specified. see 4th paragraph under 'The background': http://www.w3.org/TR/CSS21/colors.html#background Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] [+] Re: iPad

2010-08-26 Thread Philippe Wittenbergh
On Aug 27, 2010, at 4:31 AM, Thierry Koblentz wrote: I seem to recall that td does not inherit from body. I don't think this has ever been an issue in webkit, but I may be wrong In quirks mode, it is an issue, just as it is in Gecko, last I checked. Philippe --- Philippe Wittenbergh http

Re: [css-d] iPad

2010-08-26 Thread Philippe Wittenbergh
it works quite well [*] http://developer.apple.com/resources/ under MacOS X free registration required note that it is a huge download - 2.45Gb Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css

Re: [css-d] Normalizing CSS inline breadcrumbs menus

2010-08-25 Thread Philippe Wittenbergh
are normalised to spaces, then collapsed together. that is the normal white-space processing model. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Forcing horizontal scroll instead of wrap.

2010-08-23 Thread Philippe Wittenbergh
{white-space: nowrap; } div {display: inline-block;} (of course, you could wrap your content divs in a container, then instead of body use that container to control the white-space behaviour) Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] iPad font rendering in both orientations...

2010-08-23 Thread Philippe Wittenbergh
certainly less visible at higher resolution (iPhone). On my desktop mac (webkit and gecko browsers), the reverse text appears slightly 'fatter' than the black-on-white text. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Floating images - understanding the details

2010-08-19 Thread Philippe Wittenbergh
boxes level. But it is there nonetheless. /back to summer hibernation Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] mac os x 10.4 camino/2.0.3

2010-08-18 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] need help with IE6 duplicate characters bug

2010-08-14 Thread Philippe Wittenbergh
element. Might help,but it is voodoo. Or reshuffling the html if you can (removing white-space characters such as line breaks). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] styling a col

2010-08-11 Thread Philippe Wittenbergh
be enough for your purposes though). A combination of both might help ? PS - Do you have a url of what you attempt to do ? Might be easier to give advice… Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Philippe Wittenbergh
(-webkit-). Box-shadow still needs the vendor prefix as it was not part of the CSS3 background and borders module when it became a Candidate Recommendation. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs

Re: [css-d] css3 rounded shadow in opera/IE

2010-08-05 Thread Philippe Wittenbergh
sequence. I once made this WebKit testcase on this list (in a similar context even): http: //dev.l-c-n.com/CSS3_border-background/border-radius_vendor-cascade.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss

Re: [css-d] fluid layout - vertical

2010-08-02 Thread Philippe Wittenbergh
is adjusted depending on the screen width. see http://www.w3.org/TR/CSS21/box.html#propdef-padding Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Pseudo classe :active in IE7

2010-07-26 Thread Philippe Wittenbergh
to regular state when button loses focus. IE7 and older are completely confused about what is the :active pseudo-class. Basically, it treats it the same as :focus. Afaik, there are no work arounds. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] id and class selectors

2010-07-21 Thread Philippe Wittenbergh
for better performance and simplicity: #test ul { } #test li { } #test a { } Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Fonts, fall-backs Unicode

2010-07-15 Thread Philippe Wittenbergh
On Jul 15, 2010, at 3:23 PM, Jukka K. Korpela wrote: Philippe Wittenbergh wrote: A modern OS / browser will do the job for you. But most users, or (to be cautious) at least a non-negligible share like 40% of users, seem to be using an OS / browser that in non-modern by your implicit

Re: [css-d] browser zoom breaks layout -- continued

2010-07-15 Thread Philippe Wittenbergh
in the normal flow will take the full width of the parent. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread Philippe Wittenbergh
On Jul 15, 2010, at 10:37 PM, MEM wrote: Is there a way to remove the white space inside a td that contains an image, without using display:block; ? td img {vertical-align: bottom; } /* or top */ ? Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread Philippe Wittenbergh
/Safari are very helpful tools for that. Those will also tell you what style(s) are applied to the image. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] OS Specific CSS?

2010-07-15 Thread Philippe Wittenbergh
, experimental ? - and prone to all kind of breakage anyway). Do you have specific issues that you need help with ? Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css

Re: [css-d] Safari 5 / Win XP crashing ?

2010-07-14 Thread Philippe Wittenbergh
On Jul 13, 2010, at 12:28 PM, Philippe Wittenbergh wrote: Does this test case crashes Safari 5 on Win XP for anyone, or is it just me ? http://dev.l-c-n.com/webkit/c.html Status update: the bug I had filed was actually a dupe [1], and the issue is fixed; an upcoming update to Safari

Re: [css-d] Fonts, fall-backs Unicode

2010-07-13 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Strange border around header image in IE

2010-07-13 Thread Philippe Wittenbergh
- the 4.1b1 preview doesn't, per bug 452915 [1], the default border was removed. The border you see is the default (IE, Firefox) browser setting when an image is inside a link. a img {border: none;} will remove that. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=452915 Philippe --- Philippe

Re: [css-d] nested tables

2010-07-12 Thread Philippe Wittenbergh
On Jul 12, 2010, at 5:25 PM, Nick Leaton wrote: It looks like the padding is inherieted. Is there a way of disabling the inhereitance of padding? sure: td { padding: 8px } td td {padding: 0; } Philippe --- Philippe Wittenbergh http://l-c-n.com

[css-d] Safari 5 / Win XP crashing ?

2010-07-12 Thread Philippe Wittenbergh
Does this test case crashes Safari 5 on Win XP for anyone, or is it just me ? http://dev.l-c-n.com/webkit/c.html This combination causes the issue: p, dt, dd, li {text-rendering: optimizeLegibility;} p {margin: .5ex 0 0;} (and: does it crash Google Chrome 5 as well ?) Philippe --- Philippe

Re: [css-d] Safari 5 / Win XP crashing ?

2010-07-12 Thread Philippe Wittenbergh
(Safari 5 / WebKit nightly / G.Chrome 6 dev), I managed to crash Quicklook while previewing the test file in the Finder) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Negative text-indent: lack of details in the specs

2010-07-10 Thread Philippe Wittenbergh
' is a black box out of which nothing can escape. (On having Layout [2] tells us that much) [1] http://www.w3.org/TR/CSS21/text.html#propdef-text-indent [2] http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Pure CSS animated 3D Super Mario Icon

2010-07-10 Thread Philippe Wittenbergh
on XP based machines ? [1] https://developer.mozilla.org/en/CSS/-moz-transform Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] The white-space property between blocks

2010-07-06 Thread Philippe Wittenbergh
ordered list, point 4.2 Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] help on avoid background-image to move while scrolling the page.

2010-07-04 Thread Philippe Wittenbergh
://www.alistapart.com/articles/responsive-web-design/ (you could use js as a fallback for older browsers (IE6 - 8) that don't support media queries) Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs

Re: [css-d] ID overly qualified with tag

2010-07-03 Thread Philippe Wittenbergh
won't see / feel any difference. On large, complex pages (think Gmail), it could be a wee bit more significant. Plus, those 3 characters add page-weight to your stylesheet. Think of the trees. Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Why no image overflow error?

2010-07-01 Thread Philippe Wittenbergh
-color: lime; } You'll see that the image block protrude out of it by a couple of pixels. That is correct – the default behaviour with overflow (visible is the default value). Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Why is the space collapsed?

2010-07-01 Thread Philippe Wittenbergh
different visual sizes at the same numeric font-size. Font-size-adjust is there for that purpose (Gecko 1.9.0 + and IE9preview). http://www.w3.org/TR/css3-fonts/#relative-sizing-the-font-size-adjust-pro Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] Using CSS to not display submit input text

2010-06-29 Thread Philippe Wittenbergh
by other means. Have you looked into using a strong negative text-indent ? Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] list-style-value

2010-06-28 Thread Philippe Wittenbergh
? generated content ? Someone sent me this example page a few days ago: http://timmychristensen.com/css-ordered-list-numbering-examples.html Or else: html5 has a start attribute, last I checked. http://www.w3.org/TR/html5/grouping-content.html#the-ol-element Philippe --- Philippe Wittenbergh http://l-c

Re: [css-d] Test on box-shadow and border-radius

2010-06-25 Thread Philippe Wittenbergh
in Firefox 4). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] background layering, transparency help

2010-06-22 Thread Philippe Wittenbergh
, if the image needs a bleached-out look, edit it in a dedicated app. Using rgba() color values is the way to go for what the OP want. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org

Re: [css-d] liquid design for small screens

2010-06-20 Thread Philippe Wittenbergh
. http://www.w3.org/TR/css3-mediaqueries/ Here is a an example for a contact form: http://l-c-n.com/contact/ (resize your window to smaller and smaller to see). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

Re: [css-d] styling non-english fonts

2010-06-18 Thread Philippe Wittenbergh
? Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Fonts

2010-06-16 Thread Philippe Wittenbergh
a pointer to the current thinking. [1] http://archivist.incutio.com/viewlist/css-discuss/111473 Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] Will -{moz, webkit}-border-radius ever be replaced by border-radius?

2010-06-14 Thread Philippe Wittenbergh
certainly also support that syntax. I suspect IE 9 preview also support the vendor-prefix-less syntax (but I've no idea). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] :: focus ring ::

2010-06-14 Thread Philippe Wittenbergh
it. :-) The focus ring in both Gecko and WebKit based browser was clipped in Davids page, by having overflow:hidden set on the parent element (div#main). That is the correct behaviour. He removed that and the issue disappeared (I suggested that in an off list message). Philippe --- Philippe Wittenbergh http://l

Re: [css-d] Fonts

2010-06-12 Thread Philippe Wittenbergh
in the editor's draft, which means very very subject to change). Jonathan Kew has started working on experimentally implementing this in Gecko http://hacks.mozilla.org/2009/10/font-control-for-designers/ Philippe --- Philippe Wittenbergh http://l-c-n.com

<    2   3   4   5   6   7   8   9   10   11   >