News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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