What does the following CSS do and is it valid?
h4 { width: 83%; #width: 75%; }
using # before a property is applying different css style for ie 7. Is a css hack like *. To make it valid you can use conditional comments for ie.
#
*