Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Safari not displaying background colour correctly Re: Safari not displaying background colour correctly

#73818
neilmmarks
Member

Hi

I managed to find this CSS hack for Safari which did the trick:

# @media screen and (-webkit-min-device-pixel-ratio:0)
{
#safari { background-color:#CCC }
}

regards

Neil