Re: [css-d] CSS solution for "Trimmed Content" in a narrowing table cell

2006-10-18 Thread Curby
(There might be caveats to this method, as I've only briefly tried it on a simple example.) Any comments? --Mike On 10/18/06, Curby <[EMAIL PROTECTED]> wrote: > Ok, I notice that gmail also has "table-layout: fixed" for the table, > so i tried applying that. It got the clip

Re: [css-d] CSS solution for "Trimmed Content" in a narrowing table cell

2006-10-18 Thread Curby
ble to use different widths for columns? I'm probably really close now, so any hints would be most appreciated. Thanks! --Mike On 10/18/06, Curby <[EMAIL PROTECTED]> wrote: > The idea is to have a column in a table of static content where enough > content is displayed to ta

[css-d] CSS solution for "Trimmed Content" in a narrowing table cell

2006-10-18 Thread Curby
The idea is to have a column in a table of static content where enough content is displayed to take up the full width of the table cell as the table's width changes. Here's an example of a file listing, displayed in a table: Wide table: | Filename | Size | Date | | short n

[css-d] Replacing part of a quote with an ellipsis

2006-09-01 Thread Curby
ing displayed as a block. Any ideas how to replace inline text with an ellipsis using CSS? Thanks! --Curby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.i

Re: [css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread Curby
On 3/23/06, Michael Clayton <[EMAIL PROTECTED]> wrote: > For my next trick, I'll need a div with rounded corners on top of a > textured background. Any volunteers from the audience? My adaptation of Roger's solution is at: http://curby.net/doc/roundbox/ You can have explicit divs in the origina

Re: [css-d] Linking/Going to top of page

2006-02-27 Thread curby .
ost be considered expected. So we can rephrase the question as, "If you're going to implement 'Go to top' links at all, what's the recommended way of doing it?" Thanks again! =) --Curby __ css-dis

[css-d] Linking/Going to top of page

2006-02-27 Thread curby .
low good design and usability principles. Supporting older browsers like NS4 and IE4 is not important here. Thanks! --Curby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

[css-d] Combining Non-Adjacent Columns ... close but not quite

2005-12-11 Thread curby .
t the space between boxes within the same major div as well... I think. I'm so close to actually being able to work on content. Any help would be MOST appreciated. Thanks! --Curby __ css-discuss [EMAIL PROTECTED] http://www.cs

Re: [css-d] trick for fixed positioning in IE?

2005-11-27 Thread curby .
tching my head for a while over this one, so any ideas would be most appreciated. It looks fine in Safari/IE. Thanks again. =) --Curby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wi

Re: [css-d] trick for fixed positioning in IE?

2005-11-27 Thread curby .
please let me know. Thanks again! By the way, westciv (as an example) shows that it IS possible for IE to fix a span with respect to the viewport... I wonder why mine isn't woring the same way. --Curby __ css-discuss [EMAIL PRO

[css-d] trick for fixed positioning in IE?

2005-11-26 Thread curby .
but does push the content down. Westciv.com seems to be doing something similar with a fixed span with defined pixel dimensions, and it seems like I *should* be doing the same thing, but it doesn't turn out right. Any suggestions? Thanks! --Curby ___

Re: [css-d] FF & IE margins and padding?

2005-11-26 Thread curby .
st for filtering selectors is a sign of how crazy CSS is in real life. =) --Curby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] IE6 smothered me with jello!

2005-11-25 Thread curby .
s/bottoms of the colored boxes. Any idea why there is no such space in IE? I'd rather there be no padding, so I could add it explicitly with css. Thanks! --Curby __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

[css-d] exploring rounded boxes

2005-11-24 Thread curby .
I've been playing around with Roger Johansson's transparent corners: http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/ My first idea was to extend the corner images out of the content div as little as possible so I could separately control padding in the box. U