camiller
Feb-11-2009, 10:09 AM
Hi, I'm trying to clean up my CSS a little and I can't tell what this is doing. I removed it and everything seems to work okay. Is it required?
/* ----------------------------- */
/* --- HOMEPAGE/GALLERY LOGO --- */
/* ----------------------------- */
..smuglogo {
width: 443px !important;
height: 33px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='http://cynthiamiller.smugmug.com/photos/426953776_NqfGm-X3.png')
!important;}
.smuglogo[class] {
background-image: url('http://cynthiamiller.smugmug.com/photos/426953776_NqfGm-O.png')
!important;}
Thanks,
/* ----------------------------- */
/* --- HOMEPAGE/GALLERY LOGO --- */
/* ----------------------------- */
..smuglogo {
width: 443px !important;
height: 33px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='http://cynthiamiller.smugmug.com/photos/426953776_NqfGm-X3.png')
!important;}
.smuglogo[class] {
background-image: url('http://cynthiamiller.smugmug.com/photos/426953776_NqfGm-O.png')
!important;}
Thanks,