I have "embedded" the search results into a file that was already on my site so it doesn't look out of place. It worked fine in mozilla firefox but in internet explorer it kept pushing all the tables out. So I placed a "width: 600px;" in the result_block and result_altblock areas of the CSS
this stopped the tables being pushed out and ruining the page, my problem now is I cannot seem to get the infoline and the context to be 600px max width adding the width to the css does not work. I need them to fit within the light blue area. (compatability view it looks fine in IE but I want it to look ok in normal view as well)
please look at this search result in Internet explorer
http://www.dubbinz.com/search/search.php?zoom_sort=0&zoom_query=test&zoom_per_pa ge=10&zoom_and=0
also look at it in Firefox (displays the way i want it to.)
I am not good with code as i use dreamweaver to help me so please try to explain things step by step
Code:
.result_block { margin-top: 15px; width: 600px; margin-bottom: 15px; clear: left; } .result_altblock { margin-top: 15px; width: 600px; margin-bottom: 15px; clear: left; }
please look at this search result in Internet explorer
http://www.dubbinz.com/search/search.php?zoom_sort=0&zoom_query=test&zoom_per_pa ge=10&zoom_and=0
also look at it in Firefox (displays the way i want it to.)
I am not good with code as i use dreamweaver to help me so please try to explain things step by step
Comment