brandofamily
May-23-2008, 06:35 PM
FireFox does not mind font-size:0px, but IE does. Any way to work around this?
View this page in IE and you'll see a few dots above the albumNav box....
http://www.brandolinoimaging.com/popular/1#107834684_oUoHZ
I'm trying to hide parts of breadcrumb with this code...
/*****************************************/
/*Popular Gallery SingleImage Adjustments*/
/*****************************************/
.popularGallery #breadcrumb {display:block !important; font-size:0px;}
.popularGallery #breadcrumb a.nav {display:none;}
.popularGallery #breadcrumb a.title {display:block; font-family:"Gentium","Times New Roman", times, serif !important; font-style:normal; font-weight:normal; font-size:14px !important; position:absolute; margin-top:53px; ~margin-top:40px; _margin-top:35px; margin-left:250px;}
.popularGallery #breadcrumb a.note {display:none !important;}
if you click an iamge in allThumbs view you'll see a "Return to Gallery" link... that's part of the breadcrumb...
View this page in IE and you'll see a few dots above the albumNav box....
http://www.brandolinoimaging.com/popular/1#107834684_oUoHZ
I'm trying to hide parts of breadcrumb with this code...
/*****************************************/
/*Popular Gallery SingleImage Adjustments*/
/*****************************************/
.popularGallery #breadcrumb {display:block !important; font-size:0px;}
.popularGallery #breadcrumb a.nav {display:none;}
.popularGallery #breadcrumb a.title {display:block; font-family:"Gentium","Times New Roman", times, serif !important; font-style:normal; font-weight:normal; font-size:14px !important; position:absolute; margin-top:53px; ~margin-top:40px; _margin-top:35px; margin-left:250px;}
.popularGallery #breadcrumb a.note {display:none !important;}
if you click an iamge in allThumbs view you'll see a "Return to Gallery" link... that's part of the breadcrumb...