Joomla Module Modding - SHEP Live Search - Joomla! Forum - community, help and support


i'm running joomla , sep live search module (http://www.jomres.net/). module basic search box , i'm wanting add styling it. example, make larger , maybe change background color.

below code homepage , in i'll point out. have module in "right" position. how add css style modify search box.

code: select all

<?php
defined( '_valid_mos' ) or die( 'direct access location not allowed.' );
$iso = split( '=', _iso ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo _language; ?>">
<head>

    <?php if ( $my->id ) { initeditor(); } ?><?php mosshowhead(); ?>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" type="text/css" href="<?php echo $globals['mosconfig_live_site']; ?>/templates/<?php echo $cur_template; ?>/css/template_css.css" />
    <link rel="shortcut icon" href="<?php echo $mosconfig_live_site;?>/images/favicon.ico" />
   
    <link href="css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body onload="livesearchinit()">
<div class="container">
  <div class="leftcolumn">
    <div class="logo"></div>
  <?php mosmainbody(); ?>
  </div>
 
  <div class="rightcolumn">
    <?php mosloadmodules ( 'right', -1 ); ?>  //here search module loading
  </div>
</div>



<script type="text/javascript">
if(typeof sifr == "function"){
  sifr.replaceelement(".contentheading, .componentheading", named(
    {sflashsrc: "mambots/system/vandenkeere.swf", scolor: "#000000",
swmode: "transparent"}
  ));
}
</script>
</body>
</html>



i have included screen shot of visual of it:
image

i appreciate can get! guys!!
p.s. think of design? ideas should add on bar on side? thinking adding portfolio pics , such. still don't know yet.

you stylle form elements style sheat.  hope helps
best





Comments

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support