The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    search problem

    kostas
    kostas
    Forumember


    Male Posts : 29
    Reputation : 0
    Language : lefkosia
    Location : :P

    Solved search problem

    Post by kostas Wed Apr 18, 2012 1:31 pm

    how can I add to the forum and function normally?
    thex.. blackeye

    Code:
    <form method="get" action="/search" id="search">
    <input name="q" type="text" size="40" placeholder="Search..." /></form>
    <style>
    #search {
    }
    #search input[type="text"] {
        background: url(http://www.bloggermint.com/demos/css3searchbox/search-white.png) no-repeat 10px 6px #444;
        border: 0 none;
        font: bold 12px Arial,Helvetica,Sans-serif;
        color: #d7d7d7;
        width:150px;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        }
    #search input[type="text"]:focus {
        background: url(http://www.bloggermint.com/demos/css3searchbox/search-dark.png) no-repeat 10px 6px #fcfcfc;
        color: #6a6f75;
        width: 200px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        }
    </style>
    kostas
    kostas
    Forumember


    Male Posts : 29
    Reputation : 0
    Language : lefkosia
    Location : :P

    Solved Re: search problem

    Post by kostas Wed Apr 18, 2012 1:51 pm

    from google ...
    I got it and made this feature added to the forum as you do not bore the forum search...
    kostas
    kostas
    Forumember


    Male Posts : 29
    Reputation : 0
    Language : lefkosia
    Location : :P

    Solved Re: search problem

    Post by kostas Wed Apr 18, 2012 3:46 pm

    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: search problem

    Post by +Fusion- Wed Apr 18, 2012 7:38 pm

    nothing shows up when i set up a new widget with that code
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: search problem

    Post by +Fusion- Wed Apr 18, 2012 8:52 pm

    yup
    kostas
    kostas
    Forumember


    Male Posts : 29
    Reputation : 0
    Language : lefkosia
    Location : :P

    Solved Re: search problem

    Post by kostas Thu Apr 19, 2012 4:14 am

    thank you works!!! :wouhou: Very Happy
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: search problem

    Post by Jophy Thu Apr 19, 2012 4:18 am

    Since this thread appears to be solved, I will mark this thread as Solved and move it now.

    Note: You can also help the staff member's work by EDITING your topic and marking it as Solved.

      Current date/time is Mon Sep 23, 2024 4:25 pm