JR
The filter characteristics reveal something interesting there: the new websites seem to be authored in Visual Studio or Expression (something that uses DXImageTransform).
JonathanEx posted:
On the big issue of the BBC logo, Firefox says it's 135px × 38px (scaled to 134px × 38px) - so it's something in the code, shown here in the CSS:
#blq-banner h1 {margin-left:7px;height:38px; width:134px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/home/release-16-4/img/new_logo.png');}
#blq-banner h1 img { display:none;}
h1 a span {width:134px;height:38px;position:absolute;top:30px;left:13px;display:block;}
#blq-banner h1 {margin-left:7px;height:38px; width:134px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/home/release-16-4/img/new_logo.png');}
#blq-banner h1 img { display:none;}
h1 a span {width:134px;height:38px;position:absolute;top:30px;left:13px;display:block;}
The filter characteristics reveal something interesting there: the new websites seem to be authored in Visual Studio or Expression (something that uses DXImageTransform).