I added banner to my site and now half of site isnt Visible

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jessicabrock
Forum Newbie
Posts: 1
Joined: Mon Jul 13, 2009 9:55 am

I added banner to my site and now half of site isnt Visible

Post by jessicabrock »

This is starting to get frustrating... I added the following code in hopes of adding a banner to my site and now half my website doesn't work in IE 7. Everything works fine in Firefox, but for some reason after I apply this code, the web pages don't display right in IE 7.

Here's the code:

Code: Select all

<form action="http://www.intelius.com/redir.php" method="get" name="SearchFormType" style="width:728px;">
  <table width="728" height="90" border="0" cellspacing="0" cellpadding="0" style=" background:#FFFFFF url(images/intelius_bg.gif) top right no-repeat; font-family:Arial, Helvetica, sans-serif; border:solid 1px #CCCCCC;">
    <tr>
      <td height="36" colspan="4" valign="top"><div style="margin-left:12px; margin-top:5px; font-size:12pt; font-weight:bold; color:#000000;">
        <div align="left">Know who you are dealing with. <span style="color:#FF0000; text-decoration:underline;">Run instant background check now</span></div>
      </div></td>
 
    </tr>
    <tr>
 
    <td width="5">&nbsp;</td>
      <td width="264" valign="top"><div class="inputOpen">
          <label for="qn" style="margin-left:6px; font-family: arial Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; color:#034668;"> First Name<br />
          <input  name="qf" id="qf" type="text" tabindex="4" autocomplete="off" style="border:solid 1px #a7a7a7; width:222px; font-size:14pt; height:24px; margin-left:6px;">
          </label>
      </div></td>
 
      <td width="249" valign="top"><div class="inputOpen">
 
          <label for="qf" style="margin-left:6px; font-family: arial Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; color:#034668;"> Last Name<br />
          <input  name="qn" id="qn" type="text" tabindex="5" autocomplete="off" style="border:solid 1px #a7a7a7; width:222px; font-size:14pt; height:24px; margin-left:6px;">
          </label>
      </div></td>
      <td width="208" valign="top" ><input class="" value="iSearch" type="image" tabindex="6" src="images/click_to_search_btn.png" style="margin-top:17px;">
      </td>
    </tr>
 
  </table>
  <input  name="qs" id="qs" value="" type="hidden">
  <input  name="refer"  value="3249" type="hidden">
  <input  name="adword" value="who-you-are-dealing-with" type="hidden">
  <input type="hidden" name="searchform" value="name">
  <input type="hidden" name="ReportType" value="8">
</form>
 
I checked and I'm having this issue on 3 separate computers. Just to be sure it wasn't an issue with only my PC.

I have screen shots of how the site looks in IE 7 and in Firefox attached to this posting. Any ideas on how to fix this?

Please contact me if you can help. Thanx for your time!

Here's the URL so you can check the same page in IE 7 and Firefox yourself. Try entering in some random characters to receive the "No Results Found" page.
http://www.brockscomputersolutions.com/ ... search.php
Attachments
screenshot_in_Firefox.png
screenshot_in_Firefox.png (224.94 KiB) Viewed 87 times
screenshot_in_IE7.png
screenshot_in_IE7.png (211.82 KiB) Viewed 87 times
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: I added banner to my site and now half of site isnt Visible

Post by Eric! »

FYI - seems to work ok in IE8.

Can you post more of your code? We can't see how you are generating/displaying the new section when there are no search results found.
Post Reply