css float - CSS problem in IE 6 and 7 -


kindly visit following website:

property.consultfinman.com

you must have seen problem, if using ie 7 or ie 6. page loading fine in ff, ie8, safari , google chrome. in ie7 floats not positioned intended positioned. , in ie6 shuffled.

any solution problem (keeping in mind not css guru).

thanks

many of ie6 bugs caused double margin bug when use float , margin in same direction, ex { float: left; margin-left: 10px; }, ie6 magically double value. need add *display: inline; need use float , margin in same direction.

as bottom of design, have no idea why specify background-color: #000000; @ .featured-content

this reason why have black background on ie6 , ie7, can't tell bug i'm pretty sure it's float.

hope helps.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -