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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.