nun, ich hab folgenden code im css:
und diesen in der html:
als ich die codes aufm pc hatte, gabs dort noch einen hover-bildwechsel. als ich das ganze dann auf dem blog hatte (mit links etc), als test hat der mir die bilder alle untereinander angeordnet und den hover effekt weggelassen...
bin seit gestern am rätseln, woran es liegt... habt ihr ne idee?
Code:
.follow {margin: 0px 0px 0px 0px;padding: 0px 0px 10px 98px;clear:both}
#follow1 a {background: url(http://img705.imageshack.us/img705/9017/facebooknt.png) no-repeat; display:block; width:32px;}
#follow1 img {display:block; border:0; width:32px;}
#follow1 a:hover img {visibility: hidden; width:32px;}
#follow1 a:hover {border:0; width:32px;}
#follow2 a {background: url(http://img849.imageshack.us/img849/5960/twittermw.png) no-repeat; display:block; width:32px;}
#follow2 img {display:block; border:0; width:32px;}
#follow2 a:hover img {visibility: hidden; width:32px;}
#follow2 a:hover {border:0; width:32px;}
#follow3 a {background: url(http://img695.imageshack.us/img695/2870/youtubelk.png) no-repeat; display:block; width:32px;}
#follow3 img {display:block; border:0; width:32px;}
#follow3 a:hover img {visibility: hidden; width:32px;}
#follow3 a:hover {border:0; width:32px;}
und diesen in der html:
Code:
<div class='follow'>
<div id='follower1'>
<a href='#' name='Facebook'><img src='http://img39.imageshack.us/img39/3523/facebook2e.png'/> </a>
</div>
<div id='follower2'>
<a href='#' name='Twitter'><img src='http://img29.imageshack.us/img29/5290/twitter2o.png'/> </a>
</div>
<div id='follower3'>
<a href='#' name='YouTube'><img src='http://img543.imageshack.us/img543/4093/youtube2.png'/> </a>
</div>
</div>
als ich die codes aufm pc hatte, gabs dort noch einen hover-bildwechsel. als ich das ganze dann auf dem blog hatte (mit links etc), als test hat der mir die bilder alle untereinander angeordnet und den hover effekt weggelassen...
bin seit gestern am rätseln, woran es liegt... habt ihr ne idee?