Here is my home page Friends please help me get the right box down - Indicated in red oval And KINDLY SHARE YOUR COMMENTS
Forgot to say that it is working fine in IE I have problems in FF and Opera And i am using Div elements <div> <div>left</div> <div> Right <div>top</div> <div>down</div> </div> </div> I played with padding and margin settings but cant get it working in all 3 in same way
Simple target each specific browser in the css file /* Target Firefox 2 */ #selector, x:-moz-any-link { property: value; } /* Then overwrite for Firefox 3 specifically */ #selector, x:-moz-any-link, x:default { property: value; } /* Target IE7 and below */ #selector { *property: value; } /* Then overwrite for targeting IE6 specifically */ #selector { _property: value; } ]/* Target Safari 3 */ body:first-of-type #selector { property:value; } Code (markup):