anchor tag issue - tags

In My jsp page having lot many anchor tags. When I click on a anchor tag.Remaining all anchor tag getting red color itself. But it is working fine in IE 7 & 8. but fire fox alone am facing this issue. please any one can guide me.thanks in advance.

You have messed up your html. Try to reorganise and clean up your jsp code.

Related

Magento 2 - Move Menu Location

I'm trying to move the navigation menu on a Magento 2 installation. I've created a child theme of the default blank theme and I want to move the navigation menu into the header of the site. At present I've accomplished it in CSS but I would rather move it in the code as it will be cleaner.
I've tried following other posts on this site along with the Magento Docs but all I seem to achieve is making the navigation menu disappear. Below is the code I'm using. It's probably something really small and stupid that I'm doing wrong but I was wondering if anyone out there could look at the code with a fresh set of eyes and spot the error of my ways ;)
Any help gratefully appreciated:
Code:
<move element="nav-sections" destination="page-header" after="block-search"/>
Thanks
Kev
I'm not sure where you want to move it, the following moves it to the very top:
<move element="navigation.sections" destination="after.body.start"/>
In htdocs/vendor/magento/module-theme/view/frontend/layout/default.xml you can finde some destinations that fit your needs.

Neos 2.1: Unable to add new page/interact with backend

I got another problem with Neos. Whenever I try to add a new Page/Shortcut/... the Backend, the top left area becomes mostly unuseable. Top left area after I tried to add new elements
I cannot switch pages, but can edit the current page.
When I push things to live, or refresh the site, the added 'null'-pages disapeer.
Copy/Paste works without problems.
As long as I not try to move things in top left area no error appears.
And no javascript request or network traffic is visible when creating new page elements.
But I don't know how to get rid of this and even don't know where to start search.
Hope you help.
Nice, with a shot in the dark(hope that I used that right) I,ve figured it out. Somwhere in my CSS was something that was in conflict with Neos, so that the inputfield disapeared.
So the solution for that problem was to disable all my css.

I want Fancybox to jump to anchor on close

I am trying to get Fancybox to close and jump to a specific section anchor when when link is clicked within the fancybox ajax content. I have been trying several variations on this:
<a onclick="$.fancybox.close(); href="pricing">See pricing</a>
But every time I click the link it returns to the section anchor where it was initiated. Am I missing something really obvious here?
I Found the answer supplied by Avinash at how to prevent scrolling of page behind fancybox-2
I would thank him in comments but don't have enough points yet. If he reads this - Thanks :)

PrettyPhoto scroll issue

I cannot understand why prettyphoto it's not showing the chart if the page has the scroll bar active.
Please check at these two pages, they have exactly the same code with the exception that the second one has more paragraphs and doesn't fit in one screen.
http://education.miami.edu/sp/itworks.html
http://education.miami.edu/sp/itdoesntwork.html
I would really appreciate your help!
Thanks,
Daniele
Can you give more information. When I open both the pages in Chrome, it is working fine for me.
Also, please note that FusionCharts has stopped supporting the flash version of charts [the charts in your example pages uses Flash version of charts]. You can use the javascript version of their charts.

Top Portion of Site Disappears in IE7

I am working on a site and the header element is completely disappearing in only IE7 (it shows in IE6 and IE8). It shows for a second, then once the whole page is loaded, it disappears. I have no idea what could be causing this. The portion disappearing is the section I have included via PHP, but it still doesn't show when I actually insert it into the file, so I don't think that is the problem. Any help would be appreciated. I can post any code that would be helpful, but most of it should be able to be found through the view source or inspecting an element.
On a side note, my opacities aren't working in any version of IE either. I have them in a separate IE CSS document and am using the filters, so I am not sure why it is not working.
I figured it out. Apparently IE7 doesn't like negative z-index values and so was placing my background image over certain elements on the page that were above it in the HTML. Strange, but that's IE for you I guess.