2012-01-11, 08:20:28
Hey I am trying to modify search form to match my own template. I am not able to know the tag to use in css.
My site, deafcantv.com
My site, deafcantv.com
modify search form
|
2012-01-11, 08:20:28
Hey I am trying to modify search form to match my own template. I am not able to know the tag to use in css.
My site, deafcantv.com
2012-01-11, 08:23:44
2012-01-11, 08:43:39
Ok I tried using chrome developer and it not exactly showing specific element.
n00dles101 Wrote:I'd take off the background color on line 135 of style.css for a starting point..
2012-01-11, 09:04:27
Here what chrome shows:
<form action="http://www.deafcantv.com/search/" method="GET" class="search"> <input type="text" name="words" value=""/> <input type="submit" name="search" value="Search" /> <script type="text/javascript" src="http://www.deafcantv.com/plugins/i18n_search/js/jquery.autocomplete.min.js"></script> <script type="text/javascript"> $(function () { // add css file $('head').append('<link rel="stylesheet" type="text/css" href="http://www.deafcantv.com/plugins/i18n_search/css/jquery.autocomplete.css"></link>'); $('form.search input[name=words]').autocomplete( 'http://www.deafcantv.com/plugins/i18n_se...uggest.php', { minChars: 1, max: 50, scroll: true, multiple: true, multipleSeparator: ' ' }); }); </script> </form> if i add input in css, it will change the the whole search form at the same time. I want to specifically change each input form
2012-01-11, 09:20:11
I got it myself, thanks!
|
« Next Oldest | Next Newest »
|