Firefox conditional comments CSS
Posted
by Kyle Sevenoaks
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Sevenoaks
Published on 2010-03-15T11:27:09Z
Indexed on
2010/03/15
11:29 UTC
Read the original article
Hit count: 336
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
© Stack Overflow or respective owner