I’m using Chrome version 24.0.1312.25 beta-m and I’m trying to get a radial gradient for a small site, it doesn’t seem to display correctly in Chrome.
The CSS I’m using is:
html {
background: -webkit-radial-gradient(circle, rgb(255, 255, 255), rgb(0, 0, 0));
}
With the HTML:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="dHb.css" />
</head>
<body>
</body>
</html>
And it’s displaying as this: https://i.stack.imgur.com/JbSuo.jpg
First of all, it’s not radial. Secondly, there’s a band directly in the center if you look closely.
Does anyone know why this is happening and what I can do to make it work?
Try this
CSS
http://jsfiddle.net/ETKpb/5/