I'm absolutely new to JavaScript, so I don't know quite well what I'm doing.
Does this look right (inside of HTML)? -
<script type="text/javascript" src="/path/to/si.files.js">
window.onload=SI.Files.stylizeAll();
</script>
And what is si.files.js? Is it a file I have to create and place into some directory?
What is supposed to be in it? Perhaps, this:
window.onload=SI.Files.stylizeAll();
belongs there?
I am really sorry for the dumb questions, but I know nothing about JavaScript.
The source of confusion is this:
http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
The HTML and CSS parts went smoothly for me, I guess, but the whole thing doesn't work.
Thank you!