This is a discussion on Need different link colors within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want the link colors on the main page & in the infoboxes to be different colors. If I change ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I want the link colors on the main page & in the infoboxes to be different colors. If I change stylesheet .css it changes both of them. How can I do this please?Fairly new to this ...so try & keep it simple PLEASE |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| try to make another entry on the stylesheet.css, for example, infoboxes is blue make a new entry that is infoboxes1 which is color red, then change the class=infoboxes to class=infoboxes1 for all of the links you want to change. sample below on stylesheet.css, do this: Code: .infoBox {
background: #b6b7cb;
}
.infoBox1 {
background: #ffeeee;
}
Paul |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do i set a link active, if the link links to actual page | poschiman | osCommerce 2.2 Modification Help | 0 | 06-03-2006 05:10 PM |
| Link Colors? | beernut | osCMax v1.7 Discussion | 1 | 12-17-2004 04:41 PM |
| Link colors problem - newbie - pls help | pram0310 | osCommerce 2.2 Modification Help | 1 | 09-10-2004 10:41 AM |
| Old Question - Box Colors | simmonm | osCommerce 2.2 Modification Help | 1 | 09-22-2003 07:02 PM |
| css link colors | AtroxAngel | osCommerce 2.2 Modification Help | 12 | 01-22-2003 10:31 AM |