Hi, i'd like to change the CSS of the default application after it loads. The element i'd like to change is id popup_1, the layers palette. (it's ID changes on subsequent clicks, but I'm ok with that for now).
My simple objective is to keep the built-in layers palette open at all times. I posted this question on this other thread, but started this separate thread to specifically explore "OnLoad" methods.
i attempted to do this using window.OnLoad, but it did not work.
What's the appropriate way to dynamically load css after the application loads?
Do i need to use a javascript function to register the OnLoad function?
Do i need to "chain" my function on arcgis existing OnLoad functions? Here are two methods i found to accomplish that, but want to hear from the experts before i started blinding trying stuff.