test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • brenot Friend
    #722491

    Hi,

    i?m running a new website using JA UBER,

    but when I try to implement a Expanding Search Button in CSS like this sample:

    http://bootsnipp.com/snippets/featured/expanding-search-button-in-css

    something goes wrong, and the placeholder that sould only appear when the search is active (mouse over) is appearing all the time,

    someone can help me?

    Thanks

    Adam M Moderator
    #723284

    Hi @brenot,

    There’s an inline CSS rule that cause the problem, please remove this block :

    div.mod_search560 input{ width:auto; }
    div.mod_search539 input{ width:auto; }

    Adam M Moderator
    #754007

    Hi @brenot,

    There’s an inline CSS rule that cause the problem, please remove this block :

    div.mod_search560 input{ width:auto; }
    div.mod_search539 input{ width:auto; }

    brenot Friend
    #723501

    Fine, at Firebug I remove and it works as expected….

    But.. Where I can find this code?

    Thanks….

    brenot Friend
    #754056

    Fine, at Firebug I remove and it works as expected….

    But.. Where I can find this code?

    Thanks….

    Adam M Moderator
    #723593

    Hi @brenot,

    I checked your site and see that look like you managed to figure it out. Just one problem is when you hover to the search field, it jump up and down, so open file templatesubercsscustom.css (create a new one if you don’t have this file) then add this code :

    .search #mod-search-searchword {
    max-width: 200px;
    }

    Adam M Moderator
    #754123

    Hi @brenot,

    I checked your site and see that look like you managed to figure it out. Just one problem is when you hover to the search field, it jump up and down, so open file templatesubercsscustom.css (create a new one if you don’t have this file) then add this code :

    .search #mod-search-searchword {
    max-width: 200px;
    }

    brenot Friend
    #723701

    Fine, it works

    thanks a lot

    brenot Friend
    #754193

    Fine, it works

    thanks a lot

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  brenot 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum