Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
</div>
<div id="btm-tagcloud">
<form method="get" action="{$smarty.const.BLOG_BASEURL}search.php">
<input class="sbox" name="q" />
<input type="hidden" name="stype" value="full" checked="checked" />
<input type="submit" class="srch-submit" value="" >
</form>
{widgets pos=bottom}
<div id="{$id}">
{$content}
</div>
{/widgets}
</div>
<div id="footer">
<p>
{action hook=wp_footer}
<br />
Type some custom footer text here
</p>
</div><!-- end of #footer -->
</body>
</html>
#btm-tagcloud{
width:76em; /* setting to restrict width to same as my site background */
margin: 0 auto; /* float the footer in the middle */
text-align:center;
color:#FFFF00; /* default font color */
clear:both;
padding:0.5em; /* for "below-footer" */
}
#btm-tagcloud .srch-submit{
background:url(../imgs/searchbutton3.gif) 0 0 no-repeat;
border:none;
width: 57px;
}
/* for search field with icon */
#btm-tagcloud .sbox {
line-height:16px;
width:230px;
}
<div id="searchbox" class="searchbox">
{widgets pos=bottom}
<div id="widget-searchbox" class="widget-searchbox">
{$content}
</div>
{/widgets}
</div>{widgets pos=bottom} with {widgets} but that is not the solution.<form method="get" action="{$smarty.const.BLOG_BASEURL}search.php">
<input class="sbox" name="q" />
<input type="hidden" name="stype" value="full" checked="checked" />
<input type="submit" class="srch-submit" value="" >
</form>
{action hook=wp_head}
<!-- add user preferred styles -->
<link rel="alternate stylesheet" type="text/css" media="screen,projection,handheld" title="800px"
href="fp-interface/themes/avelion1024/gold/res/800px.css" />
<script src="fp-interface/themes/avelion1024/gold/res/styleswitch.js" type="text/javascript">
/***********************************************
* Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
</head><!-- {include file=widgetsc.tpl} -->#main, #static {Posted By: NoWhereManI just came here to say that the right way to comment out something in a template is {* comment here *}
Posted By: lantacaThe solution is to increase the height of that image (naw is 2000px), but consider its weight....
Posted By: CentaurGreat looking theme, well done. Did you try the this .js to improve the support for IE.http://code.google.com/p/ie7-js/
It won't make it perfect, but it will improve it a little.
Posted By: StanleyPosted By: lantacaThe solution is to increase the height of that image (naw is 2000px), but consider its weight....
Here'sa copy of the new imagein case you want to try it.
{$lang.search.submit} $lang['avelion']['style'] = array(
'default' => 'Default Style',
'gold' => 'Gold',
'ocean' => 'Ocean',
'black' => 'Black',
'xray' => 'X-Ray',
'changestyle' => 'Change Style '
);
<form id="switchform">
<select name="switchcontrol" onChange="chooseStyle(this.options[this.selectedIndex].value, 60)">
<option value="Royale" selected="selected">Royale</option>
<option value="gold">Gold</option>
<option value="ocean">Ocean</option>
<option value="black">Black</option>
<option value="xray">X-Ray</option>
</select>
</form><a onclick="chooseStyle('Royale', 60)">ROYALE</a>
<a onclick="chooseStyle('gold', 60)">GOLD</a>
<a onclick="chooseStyle('ocean', 60)">OCEAN</a>
<a onclick="chooseStyle('black', 60)">BLACK</a>
<a onclick="chooseStyle('xray', 60)">X-RAY</a>
1 to 37 of 37