I'm having a problem with IE displaying my information bubbles incorrectly. In Chrome/Firefox they display them in the right place, but in IE.. they shift to the right and make the page wider.I'm not very informed with IE problems rendering code, but right now I really need to find out the source of the problem.\[code\].info_link:hover + span { display: inline; position:absolute; width:250px;}.info_link + span:hover { display:inline; position:absolute; width:250px; }\[/code\]And an example of the bubble code (positioning)\[code\].skatepark { width:57px; height:28px; position:absolute; margin-top:-55px; margin-left:56px;}.skatepark_bubble { margin-top:-62px; margin-left:-210px;}\[/code\]You can see an example here: http://netifriik.ee/projects/wp_1002/#(hover the map on the sidebar)