Re: [css-d] font problem?

2007-07-30 Thread Philippe Wittenbergh
, then they'll scale along with the text. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Mac/Windows line-height and padding differences

2007-08-01 Thread Philippe Wittenbergh
on the platform. (and I always though that Firefox window used something slightly higher - 1.25. But the underlying code tells me it is 1.2). What should my styles be to achieve the effect I want, cross-platform? Set the line-height... 1.35 works nicely on my OS X browsers. Philippe --- Philippe

Re: [css-d] maintaining site proportions across screen resolution - NOT Quite

2007-08-07 Thread Philippe Wittenbergh
'. Latest Webkit build (post Safari 3.03b) and Opera 9.22 display exactly the same. If you wrap your 'Hello moto' in a p, then Fx 2.0, Opera, Webkit, Safari 3.0 and Minefield (FX 3 alpha) all agree. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] scrollbars and 'overflow'

2007-08-07 Thread Philippe Wittenbergh
of the container ? Removing the height will allow the content to flow correctly. What exactly you want to do with the overflow property, I'm not clear. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL

Re: [css-d] Safari 3 display:inline issue in standards mode

2007-08-15 Thread Philippe Wittenbergh
cascade), except if it is unsupported. FX 2 will ignore inline-block, but the upcoming FX 3, which supports inline-block very well, will use that one (instead of the proprietary -moz-inline-box). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Philippe Wittenbergh
) and float it (float:left), then give a width of 100%. That way it will contain the floated li's, and the border will be painted where you expect it. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss

Re: [css-d] Everything looks great...except Safari!

2007-08-16 Thread Philippe Wittenbergh
in selectors) can contain only the characters [a-z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, or a hyphen followed by a digit. [/quote] Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Beginner: text distance ;-)

2007-08-21 Thread Philippe Wittenbergh
of elements. Setting h1 {margin-top:0} in your stylesheet will eliminate that space you're worried about. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Fieldset w/100% width expands beyond its form?

2007-08-22 Thread Philippe Wittenbergh
known as the 'box model' http://www.w3.org/TR/CSS21/box.html A fieldset being a block-level element will automatically expand to the full width of the parent box, you don't need to specify a width (especially, as you use 100%). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Hiding a table column with CSS?

2007-08-23 Thread Philippe Wittenbergh
one, the selector becomes a bit longer: trtd:first-child+td+td, trth:first-child+th+th {display:none;} will deal with the 3rd column. Do you have a URL that illustrates your problem(s) ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Min-Height

2007-08-24 Thread Philippe Wittenbergh
. It is a known bug: https://bugzilla.mozilla.org/show_bug.cgi?id=210094 (uly workaround: wrap the content of the fieldset in a div and apply the min-height to that div...) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Falling apart in Mac IE5

2007-08-28 Thread Philippe Wittenbergh
in your navigation-bar is not centred. That is a bug in IE Mac. The only work around is to wrap the text (inside) the a in a span. Like so: a href=#spanHome/span/a No need to add any styling to that span. For more on IE mac fun things: http://l-c-n.com/IE5tests/ Philippe --- Philippe Wittenbergh

Re: [css-d] Transparent div with opaque text.

2007-08-29 Thread Philippe Wittenbergh
). [1] http://archivist.incutio.com/viewlist/css-discuss/69890 Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http

Re: [css-d] span tags dont allow top and bottom margins + padding ?

2007-09-04 Thread Philippe Wittenbergh
will cover the text below/above in the same block. As for margins: vertical margins on non-replaced inline elements (like span) have no effects. http://www.w3.org/TR/CSS21/box.html#margin-properties Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] trying css gradients to work in firefox

2007-09-10 Thread Philippe Wittenbergh
://meyerweb.com/eric/css/edge/complexspiral/demo.html Removing the 'fixed' keyword will fix your issues. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Type in px then ems

2007-09-11 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Using width: auto; to fit parent element.

2007-09-11 Thread Philippe Wittenbergh
) would be useful. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] font :wqx-height

2007-09-12 Thread Philippe Wittenbergh
On Sep 12, 2007, at 4:19 PM, Jukka K. Korpela wrote: It is now supported by Firefox 2, though, and you might therefore use it to benefit _some_ users, but it won't help the majority. But only on Windows. Firefox 3.0 will have support for it on all platforms. Philippe --- Philippe

Re: [css-d] width question

2007-09-13 Thread Philippe Wittenbergh
} Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Problems with site template

2007-09-14 Thread Philippe Wittenbergh
that width), but that doesn't make it (width) equal to min-width. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Text overflowing from divs

2007-09-17 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] 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] Background shorthand: Quick question

2007-09-18 Thread Philippe Wittenbergh
* come first. Or is this just a matter preference and/or good coding practice? Doesn't matter. Keyword is keyword and takes only one position (top is always top). I always specify the horizontal position first, it is a habit. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] IE pushing text down in block (Chinese)

2007-09-19 Thread Philippe Wittenbergh
, the whole block is moved to the right, but there is not enough space in the parent block, and the link drops below the image. Remove the width should fix the issue Why not use a list ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Safari background issue

2007-09-20 Thread Philippe Wittenbergh
have 'updated' to the Safari 3 beta build. (builds can be very hard to download. If anyone has spare disk-space +bandwidth, I'm sure some help would be appreciated.) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Safari background issue

2007-09-20 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Em vs ex

2007-09-21 Thread Philippe Wittenbergh
it the same. IE and Opera gives all 4 blocks the same width. http://lab.phiw.dev/font-text/em_ex.php Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Em vs ex

2007-09-21 Thread Philippe Wittenbergh
(and recent Safari 2.0 +) and Gecko 1.7+ display it the same. IE and Opera gives all 4 blocks the same width. http://lab.phiw.dev/font-text/em_ex.php URL that -luckily- can't be accessed by anybody... http://dev.l-c-n.com/_temp/em-ex.php is accessible by everybody. Philippe --- Philippe

Re: [css-d] Em vs ex

2007-09-22 Thread Philippe Wittenbergh
:-(. At least with Gecko 1.9 some cross platform behaviour will be possible. Little steps... Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] 2 questions about the effects of changing text size

2007-09-22 Thread Philippe Wittenbergh
. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] 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] coloring OL item numbers

2007-09-28 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] (IE7) Bullets shift downward on items that wrap when width is applied

2007-09-28 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] 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] (IE7) Bullets shift downward on items that wrap when width is applied

2007-09-29 Thread Philippe Wittenbergh
being displayed incorrectly. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] refining text-align: justify

2007-10-01 Thread Philippe Wittenbergh
, and not with CSS 3, I think (1). You'll probably need to inject a non-breaking space between the last to words of your block using Javascript or whatever server side language is fashionable today. But that is OT. (1) http://www.w3.org/TR/css3-text/#justification Philippe --- Philippe

Re: [css-d] multi-column question

2007-10-02 Thread Philippe Wittenbergh
each on a line of its own. Did I miss something in the problem description? .col4 {float:right; padding-top:5px} You don't specify a width on that div. Hence it gets wide enough to contain the whole text string on one line. That seems absolutely correct to me. Philippe --- Philippe

Re: [css-d] Safari issue

2007-10-02 Thread Philippe Wittenbergh
takes up space. with my minimum font-size set to 12px. If I disable minimum font- size, the Inspector reports that element to be 1px tall, and of course it generates a line-box. PS - don't rely on font-size (0px, 1px,...) to size an element Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] unexpected Firefox behavior

2007-10-03 Thread Philippe Wittenbergh
as well. iCab, WebKit and Safari all show the same thing. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] cursor: url('/path/to/cursor.cur/'); support in 'browser land'

2007-10-04 Thread Philippe Wittenbergh
Linux for the nightly builds, not sure). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Falling floats in Opera Netscape

2007-10-05 Thread Philippe Wittenbergh
is not Opera or Netscape 8. 3 lines of text will not fit in the assigned height of 30~40px. A few suggestions: * remove all specified height. * for non IE win browsers, you'll need a clearing element, given that your #footer only contains floated elements. Philippe --- Philippe Wittenbergh http://emps.l

Re: [css-d] Query

2007-10-05 Thread Philippe Wittenbergh
want 'background: url() no-repeat transparent top' instead of what you have A quick trip to the CSS validator would have told you that. http://jigsaw.w3.org/css-validator/ [1] http://www.w3.org/TR/CSS21/colors.html#propdef-background Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Query

2007-10-05 Thread Philippe Wittenbergh
-image: --^ but adds all the background values (-position, -image, -color, - repeat) (aka shorthand for the 'background' property). And no, I don't need to add the ';' (except if you need to add additional property/value pairs in the ruleblock). Philippe --- Philippe Wittenbergh

Re: [css-d] Query

2007-10-05 Thread Philippe Wittenbergh
. PS - I usually write the value for 'background' as background: transparent url(/images/kraken-head-logo.jpg) no-repeat top; that is [background-color] [background-image] [background-repeat] [background-position], but that is just because I find it more readable. Philippe --- Philippe Wittenbergh

Re: [css-d] Safari Overflow:Auto Issue?

2007-10-05 Thread Philippe Wittenbergh
://www.positioniseverything.net/easyclearing.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Reliable Opera-only filter?

2007-10-06 Thread Philippe Wittenbergh
On Oct 6, 2007, at 10:15 PM, David Laakso wrote: @media screen and (min-width: 0px){ #foo { padding: ... ;} } And mind the last brace. Unreliable. That will also target Safari 3 and newer, Konqueror 4 (afaik). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] clearfix tweak needed on IE7

2007-10-06 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Safari Overflow:Auto Issue?

2007-10-06 Thread Philippe Wittenbergh
;} #content { /* clear:both;*/ /* !-- remove */ } PS - please use bottom posting when replying on this mailing list. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Reliable Opera-only filter?

2007-10-07 Thread Philippe Wittenbergh
it (rather than using a hack to fix it). I'm sure it will make a come- back in a future version of WebKit. Another reason to be extremely cautious with these kind of filters, when targeting 'living' browsers. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Falling floats in Opera Netscape

2007-10-07 Thread Philippe Wittenbergh
left the p is floated right Like this: http://dev.l-c-n.com/_temp/sb/sb.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] width problem cross browser - repost

2007-10-09 Thread Philippe Wittenbergh
:760px;} should stabilze that problem on most browsers. (and remove the float, I don't see the use for it). Use the appropriate {width: expression()} for IE 6. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css

Re: [css-d] tables, table captions in I.E.6

2007-10-10 Thread Philippe Wittenbergh
with display:block + margins as needed. That still fails in WebKit/Safari. ... or don't use caption, but headings (like h5 or h6, depending on your document structure). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] iepngfix disables my links

2007-10-12 Thread Philippe Wittenbergh
://suruchirestaurant.com/test/css/iepngfix.htc http://suruchirestaurant.com/test/index.php That is kind of expected side effects from those alphaLoader filters. http://www.satzansatz.de/cssd/tmp/alphatransparency.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] putting a link after a element using :after pseudo element

2007-10-14 Thread Philippe Wittenbergh
/css3-selectors/#gen-content http://www.w3.org/TR/css3-content/#pseudo-elements and I would argue that your 'did this answer your question' is real content, and should be part of the html document, not the stylesheet. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Safari and Firefox division

2007-10-17 Thread Philippe Wittenbergh
about a similar request (but for Opera). The same gotchas apply. http://archivist.incutio.com/viewlist/css-discuss/93262 Which browser/version is correct in your case ? A test-case illustrating the issue might be helpful. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Odd Safari display problem...

2007-10-17 Thread Philippe Wittenbergh
... Safari 2.04, Safari 3.0beta and latest WebKit builds all display the same here. OS X 10.4.10. Which version of Safari are testing ? Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] IE7 targeting hacks working in Opera

2007-10-22 Thread Philippe Wittenbergh
... :-( Consider it a bug. Opera 9 alpha OS X: *~html - target IE 7 and Opera 9.10 and 9.24 fails (red background) all others work as expected (greenish background, specific style ignored). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] IE7 targeting hacks working in Opera

2007-10-22 Thread Philippe Wittenbergh
On Oct 22, 2007, at 8:11 PM, I wrote: Opera 9 alpha OS X: s/Opera 9/Opera 9.5 alpha (ahem) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Image forcing div down (+ text question)

2007-10-23 Thread Philippe Wittenbergh
block. In your case: div id=mynewwrapperdiv id=container . and move some of the styling (margin/width/padding/positoning) from #container to #mynewwrapper. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css

Re: [css-d] Missing width and height for : why IE doesn't show theimage when I'm using CSS?

2007-10-26 Thread Philippe Wittenbergh
source code or you can explicitly set the dimensions in the stylesheet. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Horizontal list is vertical in IE?

2007-11-01 Thread Philippe Wittenbergh
be a viable alternative. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Missing vignettes/bullets on floating items

2007-11-03 Thread Philippe Wittenbergh
property triggers 'haslayout', amongst several reasons. No solutions except this: fake your listmarkers (bullets) with a background image, or such (maybe insert a bullet;) Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Stumped on Safari Float

2007-11-05 Thread Philippe Wittenbergh
correctly in Safari 2.04, WebKit builds and Safari 3.03beta. OS X 10.4.10. You don't say which version of Safari you are testing... Safari 2.04 and older can be quite stubborn in caching stylesheets. Reloading a couple of times usually solves that. Philippe --- Philippe Wittenbergh http://emps.l

Re: [css-d] Safari 2 bug - vertically repeating no-repeat background

2007-11-08 Thread Philippe Wittenbergh
, so that the repeating part is not visible. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Safari 2.0.4 ignoring stylesheet

2007-11-16 Thread Philippe Wittenbergh
would be /* background-color:#2b2656; */ /*Default menu color*/ That results in Safari 2.04 to stop parsing the rest of the stylesheet. Idem ditto on line 62. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css

Re: [css-d] Content Div Positioning Problems in Firefox

2007-11-18 Thread Philippe Wittenbergh
that issue. PS have a look at the validation of your page: http://validator.w3.org/check?uri=http%3A%2F%2Fphoenix-cfs.org% 2Fcharset=%28detect+automatically%29doctype=Inlinegroup=0ss=1 Not a bad idea to fix this. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] BACKGROUND NOT SHOWING IN FIREFOX, BUT IN IE 7.0 / REPHRASED QUES TION

2007-11-20 Thread Philippe Wittenbergh
other problems: in Safari, the two columns are displayed side by side, but in other browsers (including IE 7) the 2 columns are displayed one below the other one. You should specify a 'width' for the narrow column. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Is there any way to filter a css for Safari or Firefox

2007-11-22 Thread Philippe Wittenbergh
) selector { property:value } Nobody else seems to support this (not Gecko, not Opera). Documented here: http://thomas.tanreisoftware.com/?p=11#safari As Georg says, use with care and in the knowledge that those hackery filters will break in the future, possibly sooner than later. Philippe --- Philippe

Re: [css-d] Should z-index apply to elements with opacity

2007-11-25 Thread Philippe Wittenbergh
that is under it. But when the box has some 'opacity' it needs to be painted on a higher layer, in order to show what is under that box. (Developers working on rendering engines will probably shoot me for this way of explaining things...). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Should z-index apply to elements with opacity

2007-11-26 Thread Philippe Wittenbergh
being analogous to opacity). [1] http://weblogs.mozillazine.org/hyatt/archives/2004_09.html Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] how to achieve space between ul ul li

2007-11-26 Thread Philippe Wittenbergh
. The website url is http://www.necwa.org/new_site/mwr.html #nav ul ul {margin-bottom:100px;} ? (obviously, adjust the value to taste :-)) BTW - IE 6 and 7 don't understand the keyword 'inherit'. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Margins above table cells

2007-11-26 Thread Philippe Wittenbergh
will generate this for you. The resulting construction may or may not be what you expect. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] floated image is offset in Firefox only; why?

2007-11-30 Thread Philippe Wittenbergh
, the underlying issue also causes the whole header to show a vertical scrollbar, where there should be none. maybe a better fix: #headerLogo a {display:block;} #headerNav {margin: 0 0 1px; } Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] SOURCE (HTML + CSS) VALIDATES / FF 2.0.0.10 11 BEHAVES STRANGE

2007-12-01 Thread Philippe Wittenbergh
navigation much faster on screen than it fetches the image. If you specify the size of the image in the html or stylesheet, the browser doesn't have to interpolate it. Once the image is cached (on reload), the problem vanishes. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Problem with floats and Safari 3

2007-12-03 Thread Philippe Wittenbergh
{display:block;} ? ( in http://thedesignspace.net/css/safari3problem/index_files/ portal.css, line 258) The default display value for a td is display:table-cell; Look at http://dev.l-c-n.com/_temp/saftabs.html first row has your styling for the td, second doesn't. Philippe --- Philippe Wittenbergh

Re: [css-d] table woes...IE/Safari

2007-12-04 Thread Philippe Wittenbergh
case, I'd go for margin-bottom on the table(s) and the h2 that precedes the tables. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] A couple more issues...

2007-12-17 Thread Philippe Wittenbergh
in that version, as the image should scale, per the spec. Have you considered using an image that is scaled ? Would speed up download time for most people... Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css

Re: [css-d] IE Mac doesn't like Georgia

2007-12-19 Thread Philippe Wittenbergh
/ieMac.asp It is not the specific font, but the width-less inline-block (in that case, in IE Mac it is not really an inline-block). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Picture flopping out of div box

2007-12-20 Thread Philippe Wittenbergh
. You'll need to read up on the subject of 'containing' floats. This page [1] on the CSS-discuss wiki is a start; your favourite search engine has more [1] http://css-discuss.incutio.com/?page=ClearingSpace Philippe --- Philippe Wittenbergh http://emps.l-c-n.com

Re: [css-d] Layout Overflow issue

2007-12-21 Thread Philippe Wittenbergh
the 'opacity' property since at least Firefox 1.0, if not earlier. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Table borders not working properly

2007-12-27 Thread Philippe Wittenbergh
that translates the meaning of selectors http://gallery.theopalgroup.com/selectoracle/ Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
by case problem solving, not a generic one. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Laying out blocks in columns

2007-12-28 Thread Philippe Wittenbergh
by case problem solving, not a generic one. Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Class and Specificity?

2008-01-04 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Auto-Sizing a div or span tag

2008-01-05 Thread Philippe Wittenbergh
as expected: the block element is shrinked to fit the content http://dev.l-c-n.com/_temp/moz-fit-content.html With a long caption, the text does not wrap to the width of the image, but that is expected. You'll need a recent nightly build or the Fx3 beta 2 build to enjoy. Philippe --- Philippe

Re: [css-d] Auto-Sizing a div or span tag

2008-01-06 Thread Philippe Wittenbergh
width minus horizontal margin, border, and padding # -moz-fit-content : the same as -moz-max-content Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] IE Scroll Problem

2008-01-07 Thread Philippe Wittenbergh
a (minimal) testcase like you did is the best way; (and it was a good test case). Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] styling for two monitors

2008-01-08 Thread Philippe Wittenbergh
/wd_additions_14.html for IE 6 and max-width Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] seeking browser test by Mac browser

2008-01-08 Thread Philippe Wittenbergh
--- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Scroll bar not displaying correctly in IE or Firefox (only works in safary

2008-01-12 Thread Philippe Wittenbergh
On Jan 13, 2008, at 1:19 AM, Alan Gresley wrote: Philippe Wittenbergh wrote: ... 2. Safari vs Firefox and Opera 9.5b. The right column is pushed far away to the right in Firefox and Opera. Browsers have different interpretation of how the margin on elements adjacent to a floated block

Re: [css-d] Centering multiple floated blocks

2008-01-12 Thread Philippe Wittenbergh
*/} Philippe --- Philippe Wittenbergh http://emps.l-c-n.com __ css-discuss [EMAIL PROTECTED] 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] Best Method For Clearing Floats

2008-01-14 Thread Philippe Wittenbergh
: * setting overflow:hidden on the element that wraps the floats * float the element that wraps the floats * use the 'easy clearing' method documented on PIE http://www.positioniseverything.net/easyclearing.html more in the Wiki http://css-discuss.incutio.com/?page=ClearingSpace Philippe --- Philippe

Re: [css-d] A somewhat unusual template - to have ability to expand horizontally

2008-01-14 Thread Philippe Wittenbergh
. Invalid html: a table cannot be wrapped in a p 2. Without IE at hand, I think you need to give 'layout' to #content * html #content {height:1%;} or something like that. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

Re: [css-d] Folks Step Right Up...CSS Oddity

2008-01-15 Thread Philippe Wittenbergh
is there that extra space at the bottom of the div and inside is miraculous duplicate dates. You can view source, there are no duplicate dates. This ? http://www.positioniseverything.net/explorer/dup-characters.html Philippe --- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] A Few Problems

2008-01-15 Thread Philippe Wittenbergh
you about it. Oh well. Couldn't reproduce that one, but I use the latest nightly build. And there still are open bugs on similar things, mostly on Windows, iirc. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

Re: [css-d] Expanding container div w/url

2008-01-20 Thread Philippe Wittenbergh
the #artbody div. This doesn't happen in iExploder, as #artbody has 'layout'. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] Expanding container div w/url

2008-01-20 Thread Philippe Wittenbergh
: 50em; margin:auto;} #artbody has 'layout' I'm sorry, I didn't get this reference. http://www.satzansatz.de/cssd/onhavinglayout.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] checkbox + IE 7 + zoom = overlapped text

2008-01-24 Thread Philippe Wittenbergh
://inkpixelspaper.com/clients/rbmstaticsite/ . http://www.brunildo.org/test/ie7_badzoom.html for more. Let us know how you ended up 'fixing' it. Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [EMAIL PROTECTED

Re: [css-d] Multiple Column Lists

2008-01-25 Thread Philippe Wittenbergh
question the utility of this (in a broader context, semantics etc.). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] A Few Problems

2008-01-26 Thread Philippe Wittenbergh
On Jan 26, 2008, at 7:11 PM, Foundation Flash wrote: Philippe, I'm pretty sure that the latter point would break the entire design (I have tested it in Firebug). Is there a way around this, or should I just grin and bear it? Philippe Wittenbergh wrote: On Jan 26, 2008, at 5:50 AM

Re: [css-d] Fluid images

2008-01-26 Thread Philippe Wittenbergh
/0432.html Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] Positioning within a table cell?

2008-01-26 Thread Philippe Wittenbergh
. But 'bottom' will not position the element at the bottom of the table- cell, only at the bottom of the div (which will only be as tall as its in-flow content). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __ css

  1   2   3   4   5   6   7   8   9   10   >