![]() |
|
#1
|
|||
|
|||
|
Hi,
I would like to have different bgcolor for the <td> in recent treads module. This is what I have on my current website site now (http://fragnet.ca): ![]() It's phpBB but now I want to change to VB4 and I am trying to reproduce the design of my current site as closely as possible on the vBadvance index page I've set up here: http://quebec-gamer.ca. I'm trying to include this javascript (jquery) code in the modules: Code:
<script src="http://quebec-gamer.ca/js/jquery.js"></script>
<script>
$(document).ready(function()
{
//for table row
$("#alternate:even").css("background-color", "#000000");
$("#alternate:odd").css("background-color", "#ff0000");
});
</script>
Thank you! |
|
#2
|
|||
|
|||
|
Never mind I got it working. Is this forum dead?
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Background color | pichou | Troubleshooting & Problems | 1 | 06-21-2011 07:47 AM |
| Background Color changes | christian8a | "How Do I..." Questions | 5 | 07-15-2009 07:52 PM |
| Change the BACKGROUND color | web-rocket | "How Do I..." Questions | 2 | 10-13-2007 12:31 PM |
| Font alternate with background | killaja | "How Do I..." Questions | 2 | 11-17-2006 05:20 PM |