vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v4.x > Add-On Modules (version 4.x)

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2012, 01:59 PM
DFORMS DFORMS is offline
Member
 
Join Date: Jun 2011
Posts: 33
Default vBa alternate <td> background color

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>
but it's not having any effect. Any help with this would be greatly appreciated! I am even willing to pay for support.

Thank you!
Reply With Quote
  #2  
Old 10-01-2012, 12:17 PM
DFORMS DFORMS is offline
Member
 
Join Date: Jun 2011
Posts: 33
Default

Never mind I got it working. Is this forum dead?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 11:35 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.