Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

IE Browser OK on my website (MS Expression Web)...all internal hyperlinks OK...but using firefox links on only first page (default.htm) buttons dont work.

  • 3 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 38 ნახვა
  • ბოლოს გამოეხმაურა rondick

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

On the url below the only page, in part, not working on the website...buttons across the top. Internal hyperlinks are not working in Firefox, whereas they do in IE. There are other hyperlinks on that page, not attached to a button, that are working. (Buttons on other pages in the website are working. It is just this one page defualt.htm that has the problem.) The program used for the website is Microsoft Expression Web first version upgrade to MS Front Page.

გადაწყვეტა შერჩეულია

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

პასუხის ნახვა სრულად 👍 3

ყველა პასუხი (3)

შერჩეული გადაწყვეტა

The row of blue buttons? For some strange reason, MS Expression Web is superimposing a blank table in front of the table that contains those buttons. IE allows you to click through a transparent element but Firefox does not, so you end up clicking the useless blank table.

In your editor, switch to the HTML view and search for layer47. It is a <div> element that contains an image. It is followed by a <table> that has the same number of cells as the table with the buttons, but in this table all the cells all blank. Delete this table, save, and test again.

Thanks jscher2000 for coming back on this. Will try your suggestion and let you know how I go. Much appreaciate your input.

to jscher2000

Thanks a million. Problem fixed. Did control+ f in the HTML code, found layer47 (without the space) and deleted. Walla! fixed.