Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [webslicer] Featured Link / Link Highlighting

Quote Reply
Re: [webslicer] Featured Link / Link Highlighting In reply to
I would hardly classify myself as CSS expert - But it let me do what I wanted quickly. On HighTechTraveler.com - I'll let a hotel purchase a priority link and get a highlighted link. You can see an example by going to <http://www.hightechtraveler.com/cgi-bin/search.cgi?Brand=RAM> - In the CSS file, I wanted a tinted background on the upgraded links. So the default link has a priority of 9 and the others are 1-8.
table.priority9 {
background-color: white
}

table.priority8 {
background-color: #fffaf0
}

table.priority7 {
background-color: #fffacd
}

YMMV and I may ultimately change how I handle this as I build out the e-commerce side of the site.

- Tom Ransom
Subject Author Views Date
Thread Featured Link / Link Highlighting Scampi 3844 Jun 26, 2003, 5:47 AM
Thread Re: [Scampi] Featured Link / Link Highlighting
webslicer 3771 Jun 26, 2003, 7:55 AM
Thread Re: [webslicer] Featured Link / Link Highlighting
Andy 3755 Jun 26, 2003, 7:59 AM
Post Re: [Andy] Featured Link / Link Highlighting
webslicer 3750 Jun 26, 2003, 9:43 AM
Thread Re: [Scampi] Featured Link / Link Highlighting
transom 3753 Jun 26, 2003, 11:20 AM
Thread Re: [transom] Featured Link / Link Highlighting
webslicer 3759 Jun 26, 2003, 6:00 PM
Thread Re: [webslicer] Featured Link / Link Highlighting
transom 3753 Jun 26, 2003, 6:47 PM
Post Re: [transom] Featured Link / Link Highlighting
Scampi 3730 Jun 27, 2003, 2:10 AM