Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
I know there are issues with the float in IE6
I have isolated where the code is in the CSS stylesheet that controls this, but I don't know how to alter it to fix the issue. Here is the page link: http://www.orovalleyhomes4sale.com/o...-lambert-lane/ It formats just fine in FireFox, but IE6 puts a break after a paragraph until the end of the image. You will see. here is the css: /* Float fix */ .contenttext{overflow:hidden;} * html .contenttext{height: 1px; overflow:visible;} * html .contenttext p{overflow:hidden;width:99%} If I comment out the last line it fixes the issue for that post /* Float fix */ .contenttext{overflow:hidden;} * html .contenttext{height: 1px; overflow:visible;} /** html .contenttext p{overflow:hidden;width:99%} */ But this post: http://www.orovalleyhomes4sale.com/o...edical-center/ Is then broken with the image and conntent being positioned at the bottom of the sidebars. Does anyone know how to fix this thing? I would very much appreciate any help.
__________________
Dave Tucson Real Estate & Tucson Homes |
|
||||
|
I finally found the fix for the pesky float issue with IE 6
Here is the link to the solution: http://crowstoburnaby.com/index.php/...float_drop_bug It really works, with a little tweaking of the width setting for the individual site that needs fixing.
__________________
Dave Tucson Real Estate & Tucson Homes |
![]() |
| Thread Tools | |
| Display Modes | |
|
|