Re: [css-d] em or %, pros and cons?

2007-10-15 Thread Stan Baptista
> PS FWIW, for a number of reasons (archive maintenance/and reading logic among > them) it may be best to reply below rather than above those to whom you reply > on this list. Ah yes, sorry about that. It's all gmail's fault;-) (http://css-discuss.incutio.com/?page=GmailAndCs

Re: [css-d] em or %, pros and cons?

2007-10-15 Thread Stan Baptista
__ > 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.o

[css-d] [NAGW] Re: Here it is with formatting:

2007-06-27 Thread Stan Baptista
David, > Respectfully, getElementById() does use the name property if the id property > is not assigned, at least in IE. mea culpa. You're correct about IE, should have double-checked first. FF (at least 2.0.0.4) doesn't have this "enhancement". I took a look at MSDN to see what might be spec'd

[css-d] Text Sizing Issue

2007-05-29 Thread Stan Baptista
Hi all, I'm in the process of converting a site to a tableless layout. The current site is here: http://www.tbso.ca/ The re-worked index page is here: http://webawocky.com/tbso/index.htm When I test increasing text size (e.g., ctrl-+ in Firefox 2), I notice that some content seems to break out

Re: [css-d] dynamic classes - a better way?

2006-07-31 Thread Stan Baptista
> Is there a css only way to do this. One way... COMMON CSS FILE: /* One per HTML page... */ body.details input { background: white; color: blue; } body.location input { background: white; color: red; } /* etc... */ EACH HTML FILE: ... -Stan ___

Re: [css-d] Stepped Header Seemed a Simple Idea

2005-09-27 Thread Stan Baptista
Keith, See if this gets you going in the right direction, tweak as necessary...