StroiX Posted October 16, 2009 Share Posted October 16, 2009 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.