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.

Forumline backround

2 posters

Go down

In progress Forumline backround

Post by delicious October 24th 2012, 9:51 pm

Hello Smile How add css style forumline backround?
I have one, but but it does not work Sad
this:
Code:
.forumline {
-htm-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
-o-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px black;
background: url(http://img11.hostingpics.net/pics/294867fondforumline.jpg) top right repeat-y #282122;
border: 1px solid #362D2C;
box-shadow: 0 0 5px black;
margin: 20px auto;
width: 98%;
}


and other problem is this:
Code:
a.forumlink {
-htm-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-webkit-transition: 1s;
border-bottom: 1px solid #413E3A;
display: block;
font-color: #E8D1AE;
font-family: Courier New;
font-size: 10px;
font-style: normal;
font-weight: lighter;
letter-spacing: 1px;
margin: 2px 35px 3px 100px;
padding-bottom: 3px;
padding-left: 0;
text-align: right;
text-transform: uppercase;
transition: 1s;
width: 225px;
}

text don't slide as it should Sad How fix that?
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

In progress Re: Forumline backround

Post by delicious October 26th 2012, 3:57 pm

background code whom you have given me I tried to, but and now it's does not work ;/


and how add hover pseudo? Very Happy
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

In progress Re: Forumline backround

Post by delicious October 27th 2012, 10:46 am

yes, but where put it?
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

In progress Re: Forumline backround

Post by delicious October 28th 2012, 7:24 pm

anyone?
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

In progress Re: Forumline backround

Post by Proxy*64* October 28th 2012, 8:28 pm

you put it next to the selector

example:

Code:
.forumline:hover{
CSS HERE
}

for background try this

Code:

 .forumline {
    -htm-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -o-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px black;
    background: url('http://img11.hostingpics.net/pics/294867fondforumline.jpg') top right repeat-y #282122;
    border: 1px solid #362D2C;
    box-shadow: 0 0 5px black;
    margin: 20px auto;
    width: 98%;
    }
Proxy*64*
Proxy*64*
Forumember

Male Posts : 113
Reputation : 6
Language : English,Greek|HTML/CSS/jQuery

http://fataola.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum