Hallo,
Tim introduced css selection using PHP but I was wondering if it is possible with javascript. That is, selecting a certain css for certain browsers. Does somebody know where I can find the code?
-Scott
Hmm.. javascript is not executed until the page is loaded. I doubt you can change the CSS while the page is being viewed....
I think that document.writeln(...) in <script></script> block in head section should do the trick. It works with JavaScript and HTML, but I've never tried with CSS.
woops good point.... :-)