> 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
__
> 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
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
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
> 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
___
Keith,
See if this gets you going in the right direction, tweak as necessary...