question about updating .css file question about updating .css file
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

question about updating .css file

Started by kateheaven, January 01, 2006, 11:51:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kateheaven

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?

Tranz

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.

kateheaven