Can I change my scrolling text background colour? 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.
3 posters

    Can I change my scrolling text background colour?

    avatar
    FM4211
    Forumember


    Posts : 43
    Reputation : 0
    Language : English

    Can I change my scrolling text background colour? Empty Can I change my scrolling text background colour?

    Post by FM4211 March 7th 2010, 4:40 am

    Can i change my scrolling background colour to #626631?
    avatar
    FM4211
    Forumember


    Posts : 43
    Reputation : 0
    Language : English

    Can I change my scrolling text background colour? Empty Re: Can I change my scrolling text background colour?

    Post by FM4211 March 8th 2010, 11:33 am

    Anyone??...
    Eman and Kou
    Eman and Kou
    Forumember


    Male Posts : 367
    Reputation : 6
    Language : English

    Can I change my scrolling text background colour? Empty Re: Can I change my scrolling text background colour?

    Post by Eman and Kou March 8th 2010, 12:25 pm

    I believe so, if its in your ACP Colors Section, or CSS then it can be changed.
    avatar
    FM4211
    Forumember


    Posts : 43
    Reputation : 0
    Language : English

    Can I change my scrolling text background colour? Empty Re: Can I change my scrolling text background colour?

    Post by FM4211 March 12th 2010, 11:41 am

    I need a CSS code... i think. for marquee. or the scrolling thing
    llMAGNETll
    llMAGNETll
    Forumember


    Female Posts : 28
    Reputation : 0
    Language : English
    Location : USA

    Can I change my scrolling text background colour? Empty Re: Can I change my scrolling text background colour?

    Post by llMAGNETll March 20th 2010, 10:05 am

    Hiyah, FM4211 -- try this cool code

    Code:
    <marquee direction="?" bgcolor="?" scrollamount="?" onmouseover='this.stop()' onmouseout='this.start()'>

    Where the question marks are you can put in what you want. Marquee directions such as right, left, up, down, etc. The scrollamount takes care of the speed one (1) being the lowest of the speed. The onmouseoever will stop and start your marquee when the cursor is on it.

    Just add the code on your page and you got it going on. Wink