Update existing design of a website, use of CSS -


i'd opinions if plan worthwhile or not. have existing site, , elements have css class defined. thought append each element has class new class:

<div class="existingclass"> 

would turn into:

<div class="existingclass newclass"> 

then, if want override attributes in "existingclass", in "newclass" (because last class attributes taken?). figure way, nothing break, not risk because not removing "existingclass".

any problems plan?

first know in existingclass. write newclass in such manner won't break layout. knowing in existingclass use tools firebug save time.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -