I have the following page
http://www.javaexperience.com/java-externalizable-vs-serializable-interfaces/
The extreme right hand tips section is coming fine in Firefox but is going outside the viewable area in Chrome and IE. Currently the left margin value is set to 1290px. If I change it to 1150px then it gets fixed in Chrome and IE but causes issue with Firefox rendering.
Is there any fix available for this.
Instead of providing a large margin on
<div id="tips">, append the<div id="tips">to the parent container, that is<div id="contents-b">and adjust the widths of the siblings accordingly.So,
and the css like