Jump to content

PHP firefox / IE7 browser - issue


mikejonessmith

Recommended Posts

I have some issues with code.

 

This header works in FIREFOX however if I view the page in IE7 .. see the pictures.

 

can anyone offer suggestions or how to fix .... I know nothing about <sad>

 

 

****I think this is the area ...that has the problem *****

 

 

</form>

<!-- Search Google -->

<br clear="all" />

</div>

<div id="menu"><span style="float:left">Products and Reviews:   </span><?php echo $menu; ?><br clear="all" /></div>

 

 

 

 

 

Thanks in advance

 

Archer

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/113513-php-firefox-ie7-browser-issue/
Share on other sites

more of the code

 

 

 

 

<link rel="stylesheet" type="text/css" href="style.css" media="all" />

</head>

 

<body>

 

<div id="wrapper">

 

<div id="top">

<h1><a href="<?php echo $config['site_url'];?>"><?php echo $config['site_name'];?></a></h1>

<!-- Search Google -->

<form method="get" action="http://www.google.com/custom" target="_top">

<label for="sbi" style="display: none">Enter your search terms</label>

<input type="text" name="q" size="20" maxlength="255" value="" id="sbi" style="background:#fff url('google.gif') left no-repeat;" onfocus="this.style.background='';" onblur="this.style.background='#fff url(\'google.gif\') left no-repeat;'" />

<label for="sbb" style="display: none">Submit search form</label>

<input type="submit" name="sa" value="Search" id="sbb" />

<input type="hidden" name="client" value="pub-<?php echo $config['adsense']['pub_id'];?>" />

<input type="hidden" name="forid" value="1" />

<input type="hidden" name="ie" value="UTF-8" />

<input type="hidden" name="oe" value="UTF-8" />

<input type="hidden" name="safe" value="active" />

<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1" />

<input type="hidden" name="hl" value="en" />

</form>

<!-- Search Google -->

<br clear="all" />

</div>

<div id="menu"><span style="float:left">Products and Reviews:   </span><?php echo $menu; ?><br style='clear:both' /></div>

 

my first post has pictures ... before and after ....

 

 

I have problems with THE page... FIREFOX (looks good) .... IE7 (bad)... see pictures above

 

PHP usually looks like

<?php

?>

I don't see any of those things, but I could be out of date with php and you have some super secret invisible php that we're suppose to help you with.

I have some issues with code.

 

This header works in FIREFOX however if I view the page in IE7 .. see the pictures.

 

can anyone offer suggestions or how to fix .... I know nothing about <sad>

 

 

****I think this is the area ...that has the problem *****

 

 

</form>

<!-- Search Google -->

<br clear="all" />

</div>

<div id="menu"><span style="float:left">Products and Reviews:   </span><?php echo $menu; ?><br clear="all" /></div>

 

Thanks in advance

 

Archer

 

 

I am hoping someone can offer more suggestions

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.