Is that site still up and running somewhere?VamPyroX said:I am a bit familiar with CSS... cascading style scripting. In your original HTML file, you would add a code that refers to a CSS file that you will also make. If you refer all of your HTML files to that CSS file, you can modify a lot of the designs on many webpages just by simply modifying the CSS file. I use CSS sometimes when making multiple pages.
LinuxGold said:Have anyone used CSS, and created own css file in .css extension? I would like to get as much info as I can on how useful CSS can be?
LinuxGold said:Have anyone used CSS, and created own css file in .css extension? I would like to get as much info as I can on how useful CSS can be?
MrGTI said:What did you want to know about CSS ??
MrGTI said:What you're talking about isn't really CSS. It's called DHTML (the D is for dynamic). You should be looking at using JavaScript and to do those things.
For a DHTML intro, go here - http://www.dansteinman.com/dynduo/
That will get you into DHTML. Understanding CSS is simple because all you do is place the styles in the CSS file, and then just reference the CSS file on every page.
Don't forget... some of us may not be completely familiar with DHTML but are familiar with CSS. I'm more familiar with CSS than with DHTML. CSS is more of an appearance modification. DHTML is more of a layout modification. If Alex were to provide some of us with a CSS file and link the website to that CSS file. If that CSS file was not found in a specific directory in the computer, it would automatically refer to the default CSS file found online. For those with experience, the CSS file could be modified and certain images, colors, fonts, sizes, etc... could be changed.MrGTI said:What you're talking about isn't really CSS. It's called DHTML (the D is for dynamic). You should be looking at using JavaScript and to do those things.
For a DHTML intro, go here - http://www.dansteinman.com/dynduo/
That will get you into DHTML. Understanding CSS is simple because all you do is place the styles in the CSS file, and then just reference the CSS file on every page.