Forum Moderators: open
I am using a drop down list containing about 200 elements and have decided to place it in an external .js file. The problem I'm having: when calling the file within the body tags (<script src="example.js" language="JavaScript" type="text/javascript"></script>) it behaves like a block element and I can not change it to display inline. I tried to style it in CSS but nothing happens. Is there a way to fix this?
Thanks:)