But when it comes to the textfield is a whole other case:
How do I style this without styling all textfields in my page?{$inputbox}
But when it comes to the textfield is a whole other case:
How do I style this without styling all textfields in my page?{$inputbox}
Code: Select all
<div class="mysearchdiv">{Search}</div>
Code: Select all
.mysearchdiv input.text {
background-color: #c0c0c0;
}
Code: Select all
<input name="submit" class="submit" value="{$submittext}»" type="submit" />
Code: Select all
<div class="search">{search}</div>
Code: Select all
<input type=" [TEXTFIELD LOOKING LIKE I WANT IT TO] " />
Code: Select all
#pagewrabber (or whatever is in your template before search tag) .mysearchdiv input.text {
background-color: #c0c0c0;
}
Code: Select all
<input type=" [TEXTFIELD LOOKING LIKE I WANT IT TO] " />