Jump to content

Utorrent toolbar causes ajax site rendering problems


random2

Recommended Posts

Here is a screen shot with utorrent toolbar:

a1c3842e5a15965a2428bd0111b3ce6f.utorrent.png

The problem is that utorrent tollbar adds 3 rules to "body" element while loading itself:

position: absolute; 
width: [calculated width]
height: [calculated height] !important

And right after this site receives response on ajax request with content, and appends it to page. After this page is broken, because height of inner contents changed.

How can I fix css rules on site to prevent this problem?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...