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

    Outline around chatbox

    Raze
    Raze
    Forumember


    Male Posts : 406
    Reputation : 12
    Language : English, HTML, CSS

    Solved Outline around chatbox

    Post by Raze August 10th 2011, 2:40 am

    Outline around chatbox Chebox11

    Can i get a code or something to add a line around the chatbox please

    Outline around chatbox Lineee10
    And is there a way to add a line above the the text area and the smiles bold and ect.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Outline around chatbox

    Post by Nera. August 10th 2011, 9:38 am

    Hi,

    1. It is Invasion you are talking about? To outline inside your chat add this to CSS
    Code:
    #chatbox {
        border: 2px solid red;
    }
    Change the color and px if you want.

    2. To add the line above the buttons add this to CSS. Change the color and px if you want.
    Code:
    #chatbox_footer {
        border-top: 2px solid red;
    }

    That's it
    Outline around chatbox 7Rc7
    Raze
    Raze
    Forumember


    Male Posts : 406
    Reputation : 12
    Language : English, HTML, CSS

    Solved Re: Outline around chatbox

    Post by Raze August 12th 2011, 5:50 am

    Yes thanks
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Outline around chatbox

    Post by Sanket August 12th 2011, 6:01 am

    Since this thread appears to be solved, I will lock this thread and mark it as solved.
    Outline around chatbox 2j4t5a8

    Sanket Smile


      Current date/time is November 11th 2024, 10:03 pm