computerclearances Posted January 27, 2009 Share Posted January 27, 2009 Hi, I am having problems. i have inserted images in the header and now have linked them up however since i linked them they have now got blue line around each of them. Please can you view my website www.computerclearances.co.uk and tell me how to change this. Thanks, Chris Link to comment Share on other sites More sharing options...
NodsDorf Posted January 27, 2009 Share Posted January 27, 2009 Site is under construction can view the issue.. Link to comment Share on other sites More sharing options...
computerclearances Posted January 27, 2009 Author Share Posted January 27, 2009 sorry the shop is at the folowing address: www.computerclearances.co.uk/online_shop Link to comment Share on other sites More sharing options...
NodsDorf Posted January 27, 2009 Share Posted January 27, 2009 I don't see the blue lines in firefox, but I do see them in IE. Its been awhile since I worked on my buttons in the header, but I do remember it being a challenge. Give me a sec and I'll post the code that works in my shop and you can see if that will help. Link to comment Share on other sites More sharing options...
NodsDorf Posted January 27, 2009 Share Posted January 27, 2009 Here is the button code: for http://onlinecdkey.com/index/ <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" style="background: #000;"> <tr style="background: #000;"> <td width="10"> </td> <td width="81"><?php echo '<a title="Login" href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' ?> <img border="0" id="img6" src="images/menu/button1A.gif" height="16" width="80" alt="Login" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/menu/button1B.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/menu/button1A.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/menu/button1C.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/menu/button1B.gif')" fp-style="fp-btn: Brick Column 9; fp-font-size: 8; fp-transparent: 1" fp-title="Login"></a></td> <td width="81"><?php echo '<a title="Promotions" href="' . tep_href_link(FILENAME_PROMOTIONS, '', 'NONSSL') . '">' ?> <img border="0" id="img7" src="images/menu/button1D.gif" height="16" width="80" alt="Promotions" onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'images/menu/button1E.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'images/menu/button1D.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'images/menu/button1F.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'images/menu/button1E.gif')" fp-style="fp-btn: Brick Column 9; fp-font-size: 8; fp-transparent: 1" fp-title="Promotions"></a></td> <td width="81"><a title="F.A.Q.'s" href="http://onlinecdkey.com/index/faqs.php"> <img border="0" id="img8" src="images/menu/button29.gif" height="16" width="80" alt="F.A.Q.s" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/menu/button30.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/menu/button29.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/menu/button31.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/menu/button30.gif')" fp-style="fp-btn: Brick Column 9; fp-font-size: 8" fp-title="F.A.Q.s"></a></td> <td width="81"><?php echo '<a title="Affiliates" href="' . tep_href_link(FILENAME_AFFILIATES, '', 'NONSSL') . '">' ?> <img border="0" id="img9" src="images/menu/button23.jpg" height="16" width="80" alt="Affiliates" onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/menu/button24.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/menu/button23.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/menu/button25.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/menu/button24.jpg')" fp-style="fp-btn: Brick Column 9; fp-font-size: 8" fp-title="Affiliates"></a></td> <td><?php echo '<a title="Contact Us" href="' . tep_href_link(FILENAME_CONTACT_US, '', 'NONSSL') . '">' ?> <img border="0" id="img10" src="images/menu/button26.gif" height="16" width="80" alt="Contact Us" onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/menu/button27.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/menu/button26.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/menu/button28.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/menu/button27.gif')" fp-style="fp-btn: Brick Column 9; fp-font-size: 8; fp-transparent: 1" fp-title="Contact Us"></a></td> </tr> </table> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.