bjstyl2
12-27-2007, 10:15 AM
Is there a way to reference javascript from the css document.
I have a template for a program and want to create a javascript header. Currently the CSS only allows me to make some modifications, but I am limited to JPG.
CURRENT:
/* page header */
#pageHeader{ height: 109px; background-image: url(header.jpg); background-repeat: no-repeat; }
WANT:
Something that says see this script for header. Or can I just add the script in the CSS?
I have a template for a program and want to create a javascript header. Currently the CSS only allows me to make some modifications, but I am limited to JPG.
CURRENT:
/* page header */
#pageHeader{ height: 109px; background-image: url(header.jpg); background-repeat: no-repeat; }
WANT:
Something that says see this script for header. Or can I just add the script in the CSS?