can't click some links |
![]() ![]() |
can't click some links |
Jun 28 2006, 07:58 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: May 2006 Member No: 410,433 |
here
i can click the player and links in explorer, not mozilla anyone know whats wrong? and does that layout look ok, its the first one i made |
|
|
|
Jun 29 2006, 10:23 AM
Post
#2
|
|
|
Helper ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Mar 2004 Member No: 6,673 |
Oh! this is one of my favorite problems. You're gonna love the solution to this one. But before I give it to you I'll explain what's happening in case you are interested.
Firefox and Internet Explorer read HTML code differently. While Internet Explorer tries to understand what the writer of the code is trying to do, Firefox takes everything written the way it is written. If you fail to write the code correctly things like not being able to click certain links will occur. I did not look at your page through firefox because I don't have it on this computer but I do believe I know how to solve your problem. My guess is you have either a div layer, or a marquee or something to the left or right of the links that do not work. If so go find that code, and take a look at it. Chances are that you didn't declare a width for it. When you fail to declare a width Firefox overlays the entire code over everything else. So even though you can still see the links Firefox placed an invisible layer, an extension of the "marquee" over those links. If you go in and change the code to have a declared width the correct size you should solve your problem. I go through this issue constantly when I do web design. I hope this helped. Steve (TheHtmlHelpSite.com) |
|
|
|
![]() ![]() |