Author Topic: Simple colour question  (Read 4670 times)

0 Members and 1 Guest are viewing this topic.

Offline slh1982

  • Newbie
  • *
  • Posts: 14
    • View Profile
Simple colour question
« on: March 16, 2005, 04:15:20 PM »
Hi all

This may sound really stupid, but you know the rows of thumbnails? Well you know how you can have the rows alternate in two different colours? (for example : first row black, second grey, third black, fourth grey etc) I cant find on the css sheet where to change the colour of one of the rows of thumbnails. I tried image row 2 on the css, but nothing changed.

Please can someone help? Thanks!!:D

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: Simple colour question
« Reply #1 on: March 16, 2005, 06:08:53 PM »
Code: [Select]
/*--Images----------------------------------------------------*/
.imagerow1 {
  background-color: #E5E5E5;
  color: #004C75;
}

.imagerow2 {
  background-color: #EFEFEF;
  color: #004C75;
}

Offline slh1982

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Simple colour question
« Reply #2 on: March 17, 2005, 02:08:28 AM »
Thank you!  :)

For some reason when I tried to change that earlier it didn't work. It does now though!