Firefox conditional comments CSS
- by Kyle Sevenoaks
Hi, the time has come to apply a targeted CSS hack to Firefox, first time for everything. Since Chrome, Safari and even IE are reading the thing perfectly fine, how would I apply the hack to this code?
#cart2Salg {
visibility: visible;
position: absolute;
left: 509px;
top: 5px;
z-index: 4;
width: 66px;
}
Thanks