great that fixed my Opera view.
background-image: -o-linear-gradient(#6161AB 0%, #040629 10%, #100B61 99%);

I had this but didn't seem to work:

background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #6161AB),
color-stop(0.10, #040629),
color-stop(0.99, #100B61)
);

The radial for the background isn't too important, I'll just wait for Opera to catch up.

I'll have a go at IE now, thanks muchly!