Mafia-Club Posted December 26, 2008 Posted December 26, 2008 Hello on my header.php Some of my link's are not able to be clicked on some browser's i don't know why it's doing this. Can it be my css or what do you think could be the problem? Quote
mikemastah Posted December 26, 2008 Posted December 26, 2008 Re: Header.php problam [mccode v2] It's most likely not a css problem but if you could post your code or be more specific we may be able to help more. Quote
Haunted Dawg Posted December 26, 2008 Posted December 26, 2008 Re: Header.php problam [mccode v2] I have seen his code. All the ref link's are closed off properly. There is no ref link that goes like this: <a href="test.php>Test</a> All of them are done correctly like Test But then again. He is using div tag's and all div tag's have got the apropriate " in it's place. I maybe wrong here as i dont use div tag's that much. Quote
Floydian Posted December 27, 2008 Posted December 27, 2008 Re: Header.php problam [mccode v2] If you can post a link to a page that exhibits this problem, I'm sure an answer will follow shortly. Quote
Floydian Posted December 27, 2008 Posted December 27, 2008 Re: Header.php problam [mccode v2] alrighty, the problem is you have each of those links in it's own div. the divs are overlapping (they're like 300px wide and contain just one link each) they're absolutely positioned which is how they are overlapping each other. I can't just say, "do this" and fix it for ya. You're just going to have to rework how your page is laid out. And try not to let those divs overlap your links. Quote
Haunted Dawg Posted December 27, 2008 Posted December 27, 2008 Re: Header.php problam [mccode v2] I thought it had something to do with the div tag's! Quote
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.