ECB exchange rates page problem


Recommended Posts

<ForeignObject> image for the logo on the ECB site overlaps with the svg element. The logo will be displayed properly for all browsers if the height size of the svg has been set correctly (same as image height).

Maxthon (both ultra and retro) failed to display correctly due to the height size of the svg has not been set. For quick workaround, you need to install Stylish extension and add this css code.

svg#Layer_1 {
height: 100%;
max-height: 100px;
}

post-431500-0-01173300-1437814494_thumb.

 

There are ABP cosmetic filter rule to set an element height, eg.

ecb.europa.eu##svg[height="100"] as global rule
##svg[height="100"] as standalone filter rule

But I have no idea, why it does not work on Maxthon ABP.

Last option, you can send feedback to ECB for layout issue. It is not purely must be solved from Maxthon side only.

Link to comment
Share on other sites

  • 3 weeks later...

There are ABP cosmetic filter rule to set an element height, eg.

ecb.europa.eu##svg[height="100"] as global rule
##svg[height="100"] as standalone filter rule

But I have no idea, why it does not work on Maxthon ABP.

 

Actually, the simple rule

##svg#Layer_1

works fine to hide the svg tag. However I don't think there is an option to do anything else besides "hiding" with the ABP.

It is strange, though, that Chrome does render the page properly, even if what you said about the problem being from the page is true.

Link to comment
Share on other sites

  • 4 months later...

Archived

This topic is now archived and is closed to further replies.