accessing a CSS file from an added JS file

Hi Clifton,
Once again I have a problem converting a shared action into a function in a JS file. In the shared action version I could use a CSS file to define the appearance of certain fields. I have tried to do this in my b.js file but it's not working. I load the CSS file with pgExtFiles in a TB action sequence triggered by on load page. I have also tried to load it directly in the JS file like this tbfunction_pgExtFiles("../images/field_styles.css","load");
The line not responding is tbfunction_userProperty("a" + triggerNo, "classname", theClass, "set"); other lines like tbfunction_pgTBObjSet("a" + triggerNo, "left", leftPos); are functioning correctly.
I have a vague idea you have already addressed this problem in a previous post but I can't find it. Sorry if this is a repetition.
Once again I have a problem converting a shared action into a function in a JS file. In the shared action version I could use a CSS file to define the appearance of certain fields. I have tried to do this in my b.js file but it's not working. I load the CSS file with pgExtFiles in a TB action sequence triggered by on load page. I have also tried to load it directly in the JS file like this tbfunction_pgExtFiles("../images/field_styles.css","load");
The line not responding is tbfunction_userProperty("a" + triggerNo, "classname", theClass, "set"); other lines like tbfunction_pgTBObjSet("a" + triggerNo, "left", leftPos); are functioning correctly.
I have a vague idea you have already addressed this problem in a previous post but I can't find it. Sorry if this is a repetition.