View Single Post
Old 11-18-2011, 04:37 PM   #5
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
If rearrange the order of entries in the CSS will make something work then you have a problem where the cascade rules are failing. It is likely the CSS itself is ok but the reference code is inadvertently referencing more that one CSS entry and ADE is resolving this by using the last one (or perhaps the first one). You need to look at the source file and see if the class is referencing more than on entry. It is better to be very careful with the class statements and more precise. for example h2.center is more precise than .center. Only use classes sparingly and never for the default.

Dale
DaleDe is offline   Reply With Quote