I am working on a new site, and I am new to CSS/HTML, I learned about firebug etc and it is very useful to monitor stuff etc. However I got an issue with finding what is happening to an item that is on an autocomplete list, the problem is that the item dissapears once I click on firebug and I can t see what it is.
I have been searching for a couple of hours but can t find the proper thing that is happening to the list (is it javascript ? is it a new css class that gets added by javascript? I can t find it out!)
Here is the url so you can see my problem: solved
At the top bar there is a search field. if you type a letter it will show a list of objects that got the letter, however if you hover over the item, you ll see that the layout gets messed up(and this is the issue I am trying to fix)
Any help with how I could find out how to debug or what the problem might be would be great.
There is a ul with the id ui-id-1 at the bottom of the page. Find it with Firebug and remove the display: none;. Then you type in a letter so the list appears. Now you can right-click the listitems for debug purposes.