Search Result page renders poorly with IE6.0
Thomasr976 - January 31, 2008 - 03:28
| Project: | SpreadFirefox |
| Version: | 5.x-1.0 |
| Component: | Browser bugs |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The Search result page drops all the way down below the last block on the right side in IE6.0. See the attached file. However, in Firefox the search result page is fine. Thanks for looking into this. Hope it can be fixed soon as I want to use this theme for my new site.
| Attachment | Size |
|---|---|
| Searchpage.png | 74.23 KB |

#1
I'm experiencing the same issue, not only on the search results page but on the contact form and other pages. Any thoughts on this?
#2
Try limiting the with of the form results in the centre column.
I do the following in style.css
.main-content form {width:93%;
}
Paddy.
#3
is this fixed with the solution paddy provided?