In the layout.css much trouble were caused by the line in which word-wrap was used. It was not visible in Firebug and caused many strange float effects in IE7, which took me many hours to find out.
Dont use this.
In the layout.css much trouble were caused by the line in which word-wrap was used. It was not visible in Firebug and caused many strange float effects in IE7, which took me many hours to find out.
Dont use this.
Comments
Comment #1
johnalbinYou'll have to explain the problem in more detail if you want it fixed.
Comment #2
marc angles commentedHi, the problem is simple, this is CSS3 and this doesn't validate. This shouldn't be used. I've have a bunch of themes here that doesn't validate because of that one.
This should be commented out in the css files and the advantages of using it explained in the comment.
Comment #3
johnalbinIf your only issue is that CSS3 doesn't validate, then this issue is a duplicate of #343846: Broken CSS Validator incorrectly flags Zen as invalid.
If it is something else, please describe the problem in detail.
Comment #4
akalata commentedClosing old/inactive requests.