Click to See Complete Forum and Search --> : CSS Grouping Help


renroc
09-22-2005, 04:31 AM
Hi, I've just joined...
I'm very new to this css stuff... so please be gentle with me...
My question is: Can you put all your css into one..
eg; stylesheet for scrollbars + disables right mouse click + another + another + another
All would be a 'Link rel' I think that is what it's call..
renroc

chrisrock79
09-22-2005, 05:01 AM
Yes, you can put all your css into one file and link to it from your html document.
It could be
<link rel="stylesheet" type="text/css" href="style.css">
or
<style type="text/css">@import url('style.css');</style>

You can't use css to disable right mouse. Do a search on the forum and google for disable right mouse and read up a little on it before you do it.

css is wonderfully fun

Chris

renroc
09-22-2005, 05:11 AM
Thanks Chris... I read so much that I confuse myself...
Thanks also for telling me about the 'disable right mouse click' can't be used in a css...
I've been drop in the deep end with this project, as there is so much to do...
Rernroc