PDA

View Full Version : CSS for usergroups...


Medina
03-27-2008, 11:23 AM
I have add a css code for mine moderators and admins, but in firefox it doesn`t work..


I have this code right now.


<font color="#ABCDEF"></font>

Opserty
03-27-2008, 12:13 PM
Use:

<span style="color: #ABCDEF"></span>


(Btw. what you posted is HTML not CSS :p)

Medina
03-27-2008, 12:47 PM
Why it`s still doesn`t work for Firefox. The colors don`t show up, just the way I want.

Opserty
03-27-2008, 01:46 PM
That is odd, always worked for me...

What is the exact code you are using?

Medina
03-27-2008, 01:57 PM
<font color="BB0000"><b> </b></font>


I use this by usergroup manager, and what I saw was "<span style="color: #ABCDEF"></span>" don`t working at all. In both browsers, IE and FF

SEOvB
03-27-2008, 09:16 PM
first markup box: <div style="color: #bb0000; font-weight: bold">

Second markup box: </div>

Medina
03-28-2008, 11:46 AM
Take a look what`s doing,

http://img72.imageshack.us/img72/3713/naamlooska1.jpg




But it`s working in Firefox and IE.. So a another problem..

Opserty
03-28-2008, 11:48 AM
Use span instead of div.

Can you provide a link to you board as well?

Medina
03-28-2008, 12:05 PM
It`s working, thanks a lot. :D

Opserty
03-28-2008, 01:12 PM
Which is what I said in the 2nd post :p