HTML interesse |
|
Op mijn startpagina hek ik een paar mimibannertjes geplaatst die verschijnen via mijn CSS.
Dit alles werkt perfect in IE maar in Firefox verschijnt er niets buiten de link en de text ?
Hier mijn CSS code
#bannertjes{width:624px;overflow:hidden;height:590px;padding-top:0px}
#bannertjes .extendwidth{width:744px}
#bannertjes a{!important;background-image:url(http://mijnsite.be/images/banners/bannertjes.jpg);background-position:0px 0px}
.1{width:200px;padding:8px 0 0 10px;height:153px;display:block;float:left;overflow:hidden;backgound-repeat:no-repeat}
.2{width:412px;padding:8px 0 0 10px;height:153px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat}
.3{width:624px;padding:20px 0 0 10px;height:102px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat}
.4{width:200px;padding:20px 0 0 10px;height:168px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat}
.5{width:200px;padding:20px 0 0 9px;height:168px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat}
#bannertjes a.first{margin-right:12px}
#bannertjes a{color:#0786D2;text-decoration:none;font-size:11px;line-height:16px}
#bannertjes a strong{font-weight:normal;color:#424242;font-size:15px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif}
#bannertjes a.webdesign{background-position:0px -0px}
#bannertjes a.promotie-website{background-position:-212px -0px}
#bannertjes a.domeinnaam{background-position:0px -156px}
#bannertjes a.linux-hosting{background-position:-0px -260px}
#bannertjes a.windows-hosting{background-position:-212px -260px}
#bannertjes a.reseller-hosting{background-position:-424px -260px}
#bannertjes a.nod32{background-position:-0px -430px}
#bannertjes a.ess{background-position:-212px -430px}
#bannertjes a.storecraft{background-position:-423px -430px}
#bannertjes{width:624px;overflow:hidden;height:590px;padding-top:0px} #bannertjes .extendwidth{width:744px} #bannertjes a{!important;background-image:url(http://mijnsite.be/images/banners/bannertjes.jpg);background-position:0px 0px} .1{width:200px;padding:8px 0 0 10px;height:153px;display:block;float:left;overflow:hidden;backgound-repeat:no-repeat} .2{width:412px;padding:8px 0 0 10px;height:153px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat} .3{width:624px;padding:20px 0 0 10px;height:102px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat} .4{width:200px;padding:20px 0 0 10px;height:168px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat} .5{width:200px;padding:20px 0 0 9px;height:168px;display:block;float:left;overflow:hidden;margin-right:12px;backgound-repeat:no-repeat} #bannertjes a.first{margin-right:12px} #bannertjes a{color:#0786D2;text-decoration:none;font-size:11px;line-height:16px} #bannertjes a strong{font-weight:normal;color:#424242;font-size:15px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif} #bannertjes a.webdesign{background-position:0px -0px} #bannertjes a.promotie-website{background-position:-212px -0px} #bannertjes a.domeinnaam{background-position:0px -156px} #bannertjes a.linux-hosting{background-position:-0px -260px} #bannertjes a.windows-hosting{background-position:-212px -260px} #bannertjes a.reseller-hosting{background-position:-424px -260px} #bannertjes a.nod32{background-position:-0px -430px} #bannertjes a.ess{background-position:-212px -430px} #bannertjes a.storecraft{background-position:-423px -430px}
Ik zie echt het probleem niet ?
|