css validates poorly
-
I use an unusual code (they call it a IE invention—what else would you expect) in my css to force my delicious tags to break so that they show up properly in my right hand sidebar
here is the code:
#delicious{
background-color:inherit;
overflow: hidden; word-wrap:break-word;
}Now, according to CSS validation this is bogus, and yet it works in all my browsers.
Is there another way to impliment this? Would it work as an inline style and validate?
MERRY CHRISTMAS EVERYONE!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘css validates poorly’ is closed to new replies.