[jQuery] Re: superfish z-index problem

2008-12-15 Thread Caveman
Here is the whole page. I tried to edit out some of the code to make it easier to read, but I guess that didn't work. The google maps api key used on this page will only run on localhost: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://

[jQuery] superfish z-index problem

2008-11-07 Thread Caveman
I am using the superfish menu on a page that also has a google map on it. I have tried to change the z-index of different elements many different ways. my current code looks like this: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://

[jQuery] Problem with Tutorials:How jQuery Works

2008-08-26 Thread Caveman
I'm having a problem running the first simple example in this tutorial. here is my code: html head script type=text/javascript src=js/jquery.js/script script type=text/javascript $(document).ready(function(){ $(a).click(function(){ alert(Thanks for visiting!); }); });