Re: [css-d] Background Image

2009-01-23 Thread Ryan Doherty
__ 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/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] What are your takes on more then one Stylesheet

2009-01-22 Thread Ryan Doherty
s [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/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ Ryan Doherty rdohe...@mozill

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Ryan Doherty
licies.html >> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ >> >> >> > > __ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wik

Re: [css-d] Copy and Paste: about the Chrome browser

2008-09-05 Thread Ryan Doherty
marketshare and they add new CSS features to it and don't push it back to Webkit, we will probably have to test it too. Don't be so quick to discount a new browser. It's great to have more options for users and more competition :) -Ryan Ryan Doherty [EMAIL PROTECTED]

Re: [css-d] Prevent reset.css Inheritance

2008-07-07 Thread Ryan Doherty
___ > 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 > Supported by evolt.org -- http

Re: [css-d] FF3 FOUC

2008-06-30 Thread Ryan Doherty
rging them all and putting them at the bottom of the page. In fact, I recommend merging all the stylesheets too. This should increase performance too. http://developer.yahoo.com/performance/ Ryan Doherty [EMAIL PROTECTED] __ css-

Re: [css-d] Hope this is the appropriate way to ask this question

2008-04-23 Thread Ryan Doherty
/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ Ryan Doherty [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://

Re: [css-d] Wierd formatting issue in one laptop using IE6

2008-04-16 Thread Ryan Doherty
dvance > > Nancy > __ > 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-d

Re: [css-d] when are 2 external css called for?

2008-04-14 Thread Ryan Doherty
taking advantage of what CSS was meant for: cascading. It's also a bunch of unnecessary javascript that will be run on every page load. I'd recommend attaching a class to a parent container (usually the body tag or a wrapper div) called 'index' and use css to style

Re: [css-d] Inline CSS with TD

2008-03-26 Thread Ryan Doherty
On Mar 26, 2008, at 3:47 PM, Highpowered wrote: > David Dorward wrote: >> On 26/03/2008, [EMAIL PROTECTED] >> <[EMAIL PROTECTED]> wrote: >> >>> I need to embed all the CSS from below into the style="" attribute >>> of the >>> table HTML: >>> .settings td {border:1px solid #696969;} >>> >> >> Sh