Here's a sample of what I'm talking about.
http://www.aaron-chandler.com/mccycle/templates/category.cfm?CategoryID=1&CFID=1
43880&CFTOKEN=41931762
The list menus described in the above message are going to be javascript
popup menus, but I'm keeping them visible for the time being. Notice the
ones with a gray background are cut off on the right when viewed in IE6.
Thanks,
AC
>Here's a sample of what I'm talking about.
>
[quoted text clipped - 3 lines]
>popup menus, but I'm keeping them visible for the time being. Notice the
>ones with a gray background are cut off on the right when viewed in IE6.
I don't have an answer to your question, but the ID attribute can't
have spaces in it. "ID and NAME tokens must begin with a letter
([A-Za-z]) and may be followed by any number of letters, digits
([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods
("."). "

Signature
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Chandler - 30 Sep 2004 07:19 GMT
> I don't have an answer to your question, but the ID attribute can't
> have spaces in it. "ID and NAME tokens must begin with a letter
> ([A-Za-z]) and may be followed by any number of letters, digits
> ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods
> ("."). "
Thanks for the tip...I wound up getting my code to code work by
implementing the Tantek box-model hack (though I'm not sure exactly
which part of the hack fixed it).
Thanks,
AC
abro - 30 Sep 2004 22:51 GMT
> >Here's a sample of what I'm talking about.
>
[quoted text clipped - 9 lines]
> ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods
> ("."). "
Do you have a reference for that information? Thanks!