I've stumbled into a weird css problem.
I've got 2 hacks one for IE6 and below and one for IE7.
Now it seems the hack is also read by firefox, in other websites I don't have this problem only in this new website.
The first one is for ff, second one for IE6 and third one for IE7.
If I use this css the margin in firefox is 0 0 0 0 so any ideas why this happens only on this website?
Thanks!
#info-product li {
padding-top: 3px;
margin: -15px 0 0 0;
display: block;
}
*html #info-product li {
margin: 0 0 0 0;
}
html>body #info-product li {
margin: 0 0 0 0;
}

New Topic/Question
Reply



MultiQuote




|