how do I change the border color of modules? 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.
2 posters

    how do I change the border color of modules?

    avatar
    Guest
    Guest


    Solved how do I change the border color of modules?

    Post by Guest July 11th 2010, 3:34 am

    I want to add a color to the border of my modules, my background is black and the widget backgrounds are black. So I want the widgets to stand out separately with a grey border. Can anybody tell me the CSS code for this please?


    Last edited by SPADEZ on July 16th 2010, 2:38 am; edited 1 time in total (Reason for editing : Marking as solved)
    avatar
    Guest
    Guest


    Solved Re: how do I change the border color of modules?

    Post by Guest July 11th 2010, 7:27 pm

    ??
    avatar
    Guest
    Guest


    Solved Re: how do I change the border color of modules?

    Post by Guest July 15th 2010, 7:21 am

    ..........
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: how do I change the border color of modules?

    Post by kirk July 15th 2010, 7:58 am

    Post your css code please.
    avatar
    Guest
    Guest


    Solved Re: how do I change the border color of modules?

    Post by Guest July 15th 2010, 9:20 am

    kirk wrote:Post your css code please.
    That is my question in itself.. i need the CSS code for a border.. Unless you are referring to something else, can you please clarify

    Edit: Did you mean this? http://electronicnetwork.all-up.com/css.forum?pop=1
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do I change the border color of modules?

    Post by ankillien July 15th 2010, 1:57 pm

    Hello,

    This CSS code would help...

    Code:
    .module {
    border : 1px solid #CCC;
    }
    avatar
    Guest
    Guest


    Solved Re: how do I change the border color of modules?

    Post by Guest July 15th 2010, 10:51 pm

    ankillien wrote:Hello,

    This CSS code would help...

    Code:
    .module {
    border : 1px solid #CCC;
    }
    Thank you very much ankillien, your help is appreciated! This did exactly what I wanted... Thanks again thumleft
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: how do I change the border color of modules?

    Post by ankillien July 16th 2010, 4:03 am

    Glad I could help out Very Happy

    Solved > Locked