2011-01-30, 07:16 AM
2011-01-30, 07:18 AM
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}
That should work.
2011-01-30, 07:20 AM
(2011-01-30, 07:18 AM)Damion Wrote: [ -> ]hr { border-color: rgba(0,0,0,0.5); background: rgba(0,0,0,0.5); }
That should work.
Thanks, i just need add it to the global.css and it's done ???
Oh men, i've added it to the global css
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}
And it's not working This is demo: http://www.mobihouse.co.cc/community/
2011-01-30, 08:40 PM
(2011-01-30, 07:20 AM)NNT_ Wrote: [ -> ](2011-01-30, 07:18 AM)Damion Wrote: [ -> ]hr { border-color: rgba(0,0,0,0.5); background: rgba(0,0,0,0.5); }
That should work.
Thanks, i just need add it to the global.css and it's done ???
Oh men, i've added it to the global css
hr {
border-color: rgba(0,0,0,0.5);
background: rgba(0,0,0,0.5);
}
And it's not working This is demo: http://www.mobihouse.co.cc/community/
It appears you already have it defined
I would edit that.
hr {
background-color: black;
border: 0px;
color: black;
height: 1px;
}
2011-01-31, 03:42 PM
still change nothing.....