> if($("myselect").getElement(":selected"))
You're still missing it.Look, it's not the most powerful point ever, but let me say it again. ':selected' is not valid CSS. '[selected]' is valid CSS. What is the point of using fake/non-standard CSS -- that happens to be supported by the Selectors plug-in, but not by W3C CSS parsers -- over standard CSS that does the same thing? -- Sandy
