jim28100
10-12-2006, 03:41 PM
Without going into too much detail (coz it's a bit complicated), does anyone know how to change the '1' in the CSS ID name '#link1' below, using a query string?
I've played around by trying to make the ID name into a variable (www.mysite.com?myLink=2 etc), but I don't know what I'm doing?
<link href="myFonts.css" rel="stylesheet" type="text/css">
<style type="text/css">
#link1 {
background-color: #D7EBB0;
}
</style>
</head>
I would be very grateful if someone can tell me please?
Jim
I've played around by trying to make the ID name into a variable (www.mysite.com?myLink=2 etc), but I don't know what I'm doing?
<link href="myFonts.css" rel="stylesheet" type="text/css">
<style type="text/css">
#link1 {
background-color: #D7EBB0;
}
</style>
</head>
I would be very grateful if someone can tell me please?
Jim