Archive for myfreeforum.org Before posting please check the "stickies" in the support forums. Please ask questions in real English and not "txt". You will get a better response. Please do not ask support questions via PMs.
|

Danny M
|
Top Posters ColourOn my forum: http://manunitedfansforum.myfanforum.org/ If you look on the left on the portals, you can see all the backgrounds are black, except for the top posters one, so is it possible to change the colour of it And i have tried adding this:
Into the table line and it didnt seem to work, so anyone any ideas
Thanks
|
Nick(NR)
|
open up top posters and look at the cells, class name, at the end add "alt" to it eg "row2alt"
now go into you css file and look for row2 and copy and paste so you have copies, now alter the name of one by adding "alt" to the end of the name so it now matches the one for the cell, then just change the background-color:#000000; part.
|
Danny M
|
Thanks Nick, done it
|
Nick(NR)
|
nice job, shows sometimes it's better to create a double and adjust the name, as something else may be using it where you need the bg to be white
|
Danny M
|
Too be honest Nick lol, when you posted that code above, i was like WTF But i was a bit worried that if i replied saying "I dont quite understand you Nick" that no one would answer me So anyway i thought ill try and do it and then looked for what you told me and it kind of made sense to me, then when i checked if i had done it right or completely mucked up the template, i found it worked but when you hover the name and posts, it would show like a white background hover, so i also added the:
| Code: | | td.row2:hover { color:#000000 }; |
And then it worked, it never shown the hover background aswell
So i am well chufted!!!
|
Nick(NR)
|
I can't help being this good, but it shows that not only have I gained this knowledge through learning and practicing, I'm also willing to guide people to build up the same level of knowledge.
|
|
|
|