How I make border like this? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    How I make border like this?

    kawaiineko
    kawaiineko
    New Member


    Posts : 10
    Reputation : 1
    Language : Thai

    Solved How I make border like this?

    Post by kawaiineko June 3rd 2013, 2:57 pm

    I have a screenshot.
    How I make border like this? 6isb7

    How I make border like this?
    Please help..
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How I make border like this?

    Post by Sanket June 3rd 2013, 3:33 pm

    How is it now on your forum?
    kawaiineko
    kawaiineko
    New Member


    Posts : 10
    Reputation : 1
    Language : Thai

    Solved Re: How I make border like this?

    Post by kawaiineko June 3rd 2013, 3:38 pm

    Sanket wrote:How is it now on your forum?
    No, It on this forum http://speedoflight.fanbb.net/
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How I make border like this?

    Post by Sanket June 3rd 2013, 3:42 pm

    I am asking about your forum?
    kawaiineko
    kawaiineko
    New Member


    Posts : 10
    Reputation : 1
    Language : Thai

    Solved Re: How I make border like this?

    Post by kawaiineko June 4th 2013, 12:43 pm

    I don't understand
    What did you mean???
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: How I make border like this?

    Post by Ultron's Vision June 4th 2013, 12:49 pm

    Add this to your CSS Stylesheet (Administration Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).

    Code:
    input {
    border: 3px solid grey;
    border-radius: 5px;
    -moz-border-radius: 5px;
    }
    kawaiineko
    kawaiineko
    New Member


    Posts : 10
    Reputation : 1
    Language : Thai

    Solved Re: How I make border like this?

    Post by kawaiineko June 4th 2013, 2:53 pm

    Ultron's Vision wrote:Add this to your CSS Stylesheet (Administration Panel -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet).

    Code:
    input {
    border: 3px solid grey;
    border-radius: 5px;
    -moz-border-radius: 5px;
    }

    Thank you!! :wouhou:
    Ultron's Vision
    Ultron's Vision
    Forumember


    Male Posts : 631
    Reputation : 45
    Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
    Location : Vienna, Austria

    Solved Re: How I make border like this?

    Post by Ultron's Vision June 4th 2013, 4:22 pm

    You can also vary the code for only specific input types by using input[type="password"] or input[type="text"], but if you need to know more, look up the CSS selector specification on the W3C (WWW Consortium).

    You're welcome, by the way Wink
    Don't forget to mark this topic as solved to simplify the moderators' work thumleft
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51505
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How I make border like this?

    Post by SLGray June 4th 2013, 7:35 pm

    Topic Solved & Locked



    How I make border like this? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.