|
Chimbird -> Works in IE but not quite in Firefox - (12/14/2006 23:46:07)
|
I'm testing my new web layout, and when I published today, it works in IE6, but not in Firefox. The box that the catalog thumbnails are in surrounds the thumbnails in IE, but sits at the top in Firefox. Here's the link: http://www.chimneybird.com/frontpage/christian-t-shirts.html There are three style sheets linked to it - one for layout, one for style, and one for the catalog layout. Here's the code for the catalog css: /*Gallery Tutorial from http://www.webreference.com/programming/css_gallery/index.html. Took out hover features.*/ /* The box containing the catalog in the middle column */ #catalog { position:relative; width:450px; margin: 5px; border: 1px; } /* Removing the list bullets and indentation */ #catalog ul { padding:0; margin:0; list-style-type:none; } /* Adding the thumbnail images */ /* Each slide in the .dwt had this: <a class="gallery slideb" href="#nogo"> I removed the href="#nogo" for now */ #catalog a.gallery, #catalog a.gallery:visited { display:block; color:#000000; text-decoration:none; /*margin:1px 2px 1px 2px;*/ text-align:left; cursor:default; border:none; } #catalog a.slidea { height:127px; width:105px; margin-right:41px; margin-bottom:10px; } #catalog a.slideb { height:127px; width:105px; margin-right:41px; margin-bottom:10px; } #catalog a.slidec { height:127px; width:105px; margin-right:41px; margin-bottom:10px; } #catalog a.slided { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidee { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidef { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slideg { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slideh { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidei { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidej { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidek { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidel { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.slidem { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog a.sliden { height:127px; width:105px; margin-right:41px; margin-bottom:10px; padding-top:13px; } #catalog li { float:left; } /* change the thumbnail border color */ /*#catalog a.gallery:hover { border:1px solid #FF0000; }*/ /*#catalog a.gallery:hover img { border:1px solid #fff; float:left; margin-right:2px; }*/ THANKS!
|
|
|
|