Log in

View Full Version : Script defining in Css



MsJasmine
12-05-2007, 10:11 PM
Hi everyone .. I am a web design class student. this is the beginning class in my major. I have a question How can I define the Script in Css. Your help would be Appreciated. thanks.

tech_support
12-06-2007, 07:02 AM
Please elaborate. What do you exactly need to do? Define the script in CSS? Like:



<style type="text/css">
/* css goes here. */
</style>


or getting an external stylesheet?



<link href="styles.css" rel="stylesheet" type="text/css">

Twey
12-06-2007, 10:20 AM
CSS is for stylesheets, not scripts.

MsJasmine
12-06-2007, 09:00 PM
thanks for the response. I was trying to position my slideshow on top next to my column. Right now its all the in the bottom but above the footer.

tech_support
12-07-2007, 06:31 AM
How can we fix it without the actual code? :p