coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: kateheaven on January 01, 2006, 11:51:52 PM

Title: question about updating .css file
Post by: kateheaven on January 01, 2006, 11:51:52 PM
On the Upgrading theme help pages, when it says "Create a new ID for the "#admin_menu_anim object" " etc., does this mean create a new code bit like all the others, eg ".thumb_title { font-weight : bold;  font-size: 80%;    padding: 2px; display : block; }"

Why do I need to validate my css files?
Title: Re: question about updating .css file
Post by: Tranz on January 02, 2006, 12:04:59 AM
Yes.

You don't have to validate them... no one will arrest you. Validation just increases the likelihood that your site will look okay across different browsers. Non-standard code tends to "break" on different browsers.
Title: Re: question about updating .css file
Post by: kateheaven on January 02, 2006, 01:25:06 AM
thanks very much :)