Hi guys just a quick question
does IE8 or above recognise css gradients?
the following page uses a grad behind the images in an article div by setting the background-image/linear-gradient option in css but it does not show in IE8...
firefox27 etc is fine.
There's an issue with IE7/8 that they don't set the gradient background if the element doesn't have height defined (hasLayout).
Try adding zoom: 1. If it doesn't work, you'll probably have to set a height, so try height: 100%.
Retrieving data ...