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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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