View Single Post
Old 02-27-2011, 02:03 AM   #103
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by theducks View Post
The question was answered (by others)
The order in the CSS (except for duplicate names) has no bearing on the issue.
The order in the CLASS= statement does.
but that is simply not the case here - I posted a clear counter example
with this html - class="tx noindent" .....
and
with this order in css:
.noindent
.tx

the noindent did not work

i flip the order within .css to
.tx
.noindent

making NO changes to xhtml and then it did work.

the more detailed post is my last but 2.

as for "file has become such a soup of fragmented and overlapping CSS styles," - it is just your typical everyday calibre conversion!

so , in summary,I am using method 3 of your 4 methods but am finding that css order does matter, at least in this case.

Last edited by cybmole; 02-27-2011 at 02:06 AM.
cybmole is offline   Reply With Quote