I have a CSS question related to a web app similar to events.unl.edu.
I am building an app, and am using many of the styles found on events.unl.edu. Therefore, I am linking directly to:
http://events.unl.edu/templates/default ... d_main.css.
In my HTML, I link to this file and then link to an internal file on the next line. In my internal file, I overwrite a few of the styles (for example, add a background image to the <a> tag). However, this isn't work. After running some tests, it seems as though the events.unl.edu...css file is being rendered after my local file (even though is it is coded before).
If I put the styles inline, it works fine, but I would like to stay away from that. Any ideas on how I can fix/change this?
Thanks!
-Seth