css hacks for IE
found some interesting article about css hacks for different browsers.
here a small note for me:
/* hacks for IE6 */
/*
#singleview > #singlePicture { margin-top: 0px; } only IE6
* html #singleview #singlePicture { margin-top: 5px; } only IE6
*/
the whole article can be found here: external link
also nice to know: msdn article
here a small note for me:
/* hacks for IE6 */
/*
#singleview > #singlePicture { margin-top: 0px; } only IE6
* html #singleview #singlePicture { margin-top: 5px; } only IE6
*/
the whole article can be found here: external link
also nice to know: msdn article
Kommentare
Keine (weiteren) neuen Kommentare erlaubt.
