Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Useful CSS tips Re: Useful CSS tips

#46958
dag
Member
"daGUY" wrote:
Here’s a cool way to send different values to IE6 and Firefox for the same property:

Hi daGUY.
For IE6, I use the following hack; is very similar to yours …

Code:
div {
height: 200px !important;
height/**/: 150px;
}