Demonic Posted March 22, 2008 Share Posted March 22, 2008 http://www.gasmoneymedia.com/ For some reason in firefox, if I put a link around the image (thumbnail image)[http://www.gasmoneymedia.com/images/seomodz.png] It doesn't want to parse right. So I had to go into the middle of the thumbnail image and move my mouse up to find the image link to be able to click it, in IE this works fine. XHTML validated and all. How can I fix this? (In other words, I'm only able to click on the top border of the image and not the rest of the image to view the link, I need help fixing this problem). Link to comment https://forums.phpfreaks.com/topic/97319-basic-image-link-problem/ Share on other sites More sharing options...
haku Posted March 22, 2008 Share Posted March 22, 2008 The problem may be that you are zeroing everything out in your css with * { margin: 0; padding: 0; } This can cause problems at time as it goes way overboard. You need a css reset sheet (google it). Link to comment https://forums.phpfreaks.com/topic/97319-basic-image-link-problem/#findComment-498041 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.