[css-d] Text Overflow

2006-01-03 Thread Storm, Dan
In a recent post someone on this list cited the "ext-overflow" property with a value of "ellipsis". I went to the W3C material on CSS3 and found the following: http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflow text-overflow-mode: clip | ellipsis | ellipsis-word text-overf

Re: [css-d] Identifying and marking external links using only CSS

2006-01-13 Thread Storm, Dan
Vijay, This will not work in IE, as others have noted. But just in case you don't care. This really just checks for absolute URLs. This says that if the href attribute has a value that begins with "http://"; the style should be applied. a[href^"=http://";] {} If you have in-hou

Re: [css-d] Identifying and marking external links using only CSS

2006-01-13 Thread Storm, Dan
s-20051215/#negation Cheers, Dan Storm -Original Message- From: Vijay Nerella [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 4:49 PM To: Storm, Dan Cc: css-d@lists.css-discuss.org Subject: RE: Identifying and marking external links using only CSS Hi Dan, ':not

[css-d] IE6 Handling of Margins In Floated DIVs

2006-01-23 Thread Storm, Dan
If I set a container 600 pixels wide and put three 200 pixel wide container DIVs inside FF1.5 is happy and so is IE6. As I add left and right padding and/or left and right borders, stepping up the container width proportionally keeps both browsers happy. If, however, I step up the margin (with o

Re: [css-d] IE6 Handling of Margins In Floated DIVs (RESOLVED)

2006-01-23 Thread Storm, Dan
-Original Message- From: Nick Fitzsimons [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 10:01 AM To: Storm, Dan Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] IE6 Handling of Margins In Floated DIVs > If I set a container 600 pixels wide and put three 200 pixel w

[css-d] Sequential CSS ID Ordering

2006-02-10 Thread Storm, Dan
Someone is trying to tell me that CSS can control the loading sequence of CSS IDs. I think he's wrong. My guess is that CSS must be used in conjunction with some other technology to achieve this. Please advise. dan storm ~ web developer ~ [EMAIL PROTECTED] ~ w: 206.266.0292 ~ c: 425.503.9580 _

Re: [css-d] Sequential CSS ID Ordering

2006-02-10 Thread Storm, Dan
-Original Message- From: Bjoern Hoehrmann [mailto:[EMAIL PROTECTED] Sent: Friday, February 10, 2006 12:21 PM To: Storm, Dan Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Sequential CSS ID Ordering * Storm, Dan wrote: >Someone is trying to tell me that CSS can control

[css-d] Overriding cellspacing in IE

2006-05-26 Thread Storm, Dan
I may well be inheriting tables from upstream and am writing tests to nullify cellpadding, cellspacing, border, width, and align through CSS. I can nullify all of the above with FF1.5 on a PC, but cannot override cellspacing for IE6. Suggestions? dan storm ~ web developer ~ [EMAIL PROTECTED] ~

[css-d] Sensitivity in posts WAS: image gallery

2006-10-05 Thread Storm, Dan
I'm making an image gallery where I don't know the size of the pictures which will be in it. But I want the 'holders' of the pictures to be of a set size, and use overflow: hidden. Here's a sketch: [portion snipped] I would be courteou

[css-d] IE6 or IE7 Standalones

2006-10-22 Thread Storm, Dan
If this is off topic, please accept my apologies reply off-list. Like many of you, I would like IE6 and IE7 on the same box. I've been told that standalones of the IE browsers don't guarantee the same display/performance as the integrated versions because of shared DLLs, i.e. there is no true s

[css-d] Drop cap Bug in Firefox - Duplicating paragraph on refresh

2006-11-13 Thread Storm, Dan
I have drop caps at this site where I use a JS CSS swapper: http://sorenkierkegaard.org/comment.htm In the default version (the white background version) the drop cap would work in Firefox 1.5.8 only on the first page, but after you navigate out, the letter would display without the drop cap (s

Re: [css-d] Drop cap Bug in Firefox - Duplicating paragraph

2006-11-14 Thread Storm, Dan
Storm, Dan wrote: > I have drop caps at this site where I use a JS CSS swapper: > > http://sorenkierkegaard.org/comment.htm > > In the default version (the white background version) the drop cap > would work in Firefox 1.5.8 only on the first page, but after you > navigate