Jump to content

web site is IE6 goes blank ...why?


StroiX

Recommended Posts

 

Web site: http://bit.ly/Mb4WG

 

uhh.. this is strange. When I moved the following code from the underneath the "topbar" to --> right underneath the <head> tag, the whole page goes (except the "topbar" div) goes blank in IE6... no problems in firefox.

 

<!-- START SEARCH -->

<div class="topsearch">
<div class="right_float">


{if isset($templatelite.get.search)}
	{assign var=searchboxtext value=$templatelite.get.search|sanitize:2}
{else}
	{assign var=searchboxtext value=#KB_Visual_Search_SearchDefaultText#}			
{/if}

<form action="{$my_pligg_base}/search.php" method="get" name="thisform-search" id="thisform-search"
	{php}
	global $URLMethod, $my_base_url, $my_pligg_base;
	if ($URLMethod==2) print "onsubmit='document.location.href=\"{$my_base_url}{$my_pligg_base}/search/\"+encodeURIComponent(this.search.value); return false;'";
	{/php}
	>

	<input type="text" size="20" class="searchfield" name="search" id="searchsite" value="{$searchboxtext}" onfocus="if(this.value == '{$searchboxtext}') {ldelim}this.value = '';{rdelim}" onblur="if (this.value == '') {ldelim}this.value = '{$searchboxtext}';{rdelim}"/>
	<input type="submit" value="" class="go" />
</form>



</div>
</div>	


<!-- END SEARCH -->

 

What I am trying to do is to move the sidebar which was aligned right and inside the "topbar" div to above the "topbar" while still keeping it on the right side. Looks fine in firefox, please take a look...

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/177954-web-site-is-ie6-goes-blank-why/
Share on other sites

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.