rldev Posted January 15, 2009 Share Posted January 15, 2009 How do I get the Client Area Links in header.tpl to look the sam in Fire Fox as it does in IE 7? The links strike through the image which looks a little sloppy. I have posted some pics. 0 Quote Link to comment Share on other sites More sharing options...
ChrisGooding Posted January 20, 2009 Share Posted January 20, 2009 There are some obvious suggestions.... 1. Don't have them underscored 2. Separate the image and text, making only the text the link, not the image. e.g <a href="clientarea.php?action=details"><img src="https://www.xtrgameservers.com/services/images/details.gif" border="0" hspace="5" align="absmiddle" alt="" />{$LANG.clientareanavdetails}</a> becomes.... <img src="https://www.xtrgameservers.com/services/images/details.gif" border="0" hspace="5" align="absmiddle" alt="" /><a href="clientarea.php?action=details">{$LANG.clientareanavdetails}</a> Note the moving of the <a href> tag to after the image.... simply repeat that for each link. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.