[TYPO3-templavoila] mapping type 'RANGE' misses when having multiple CSS classes
    lukas.rueegg [pixworx multimedia] 
    list at pixworx.ch
       
    Mon Jul 17 10:49:03 CEST 2006
    
    
  
hi all
may i ask again about this issue? as described below, i really think, 
it's not intended behaviour...
thanks for reviewing it.
regards, lukas.
lukas.rueegg [pixworx multimedia] wrote:
> and as a remark: the following code does not work with RANGE:
> <div class="col_left col_border">
> </div>
> <div class="col_right_small">
> </div>
> <div class="col_left col_border">
> </div>
> <div class="col_right_small">
> </div>
> 
> but this IS working (only one class in the first and third DIV):
> 
> <div class="col_left-col_border">
> </div>
> <div class="col_right_small">
> </div>
> <div class="col_left-col_border">
> </div>
> <div class="col_right_small">
> </div>
> 
> thanks, lukas.
    
    
More information about the TYPO3-project-templavoila
mailing list