Hey,
I have defined my link properties in my stylesheet like this:
But for some reason it is working on every link but four new images I have added.Code:a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; }
Here is the code for the images which still have the rubbish blue boxes:
Help pleaseeeHTML Code:<div class="sharewith"> <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('twitshare','','static/twitter_16.png',0)"><img src="static/twitter_16_grey.png" width="16" height="16" alt="Share with Twitter" name="twitshare" /></a><br /> <br /> <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('delshare','','static/delicious_16.png',0)"><img src="static/delicious_16_grey.png" width="16" height="16" alt="Share with Delicious" name="delshare" /></a><br /> <br /> <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('diggshare','','static/digg_alt_16.png',0)"><img src="static/digg_alt_16_grey.png" width="16" height="16" alt="Share with Digg" name="diggshare"/></a><br /> <br /> <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('fbshare','','static/facebook_16.png',0)"><img src="static/facebook_16_grey.png" width="16" height="16" alt="Share with Facebook" name="fbshare"/></a> </div>
Tom








Reply With Quote
ink {
