browser - jquery plugin lava lamp not working in IE6 -


The jquery plugin is using slag lamps which is not working in IE6 ..... especially mouse Hover events at But it's working in Firefox.

This is my code

  Lava Lamp plugin's CSS file .lavaLampWithImage {status: relative; Height: 70px; Width: 900 pixels; / * Background: URL ("bg. Gif") no-worth-top; * / Background: URL (".. / .. / .... images / bghead .jpg") Repeat Top; Padding: 1px; Margin: 1 px 0; Hidden flurry; } .lavaLampWithImage li {float: left; List style: none; } .lavaLampWithImage li.back {/ * Background: url ("Lava .gif") Any repeat -30px; Background: URL ("../../../ Images / Newspaper .jpg") Repeat exactly -30px; * / Width: 1px; Height: 30px; Z-index: 8; Status: Completed; } .lavaLampWithImage li.back Left {background: url ("lava.gif") No-repeat top left; / * Background: URL ("../../../ Images / Newspaper. JPG") Repeat Up; * / Height: 21 pixels; Margin-right: 9 pixels; / * 7px is the width of the round shape * /} .lavaLampWithImage li a {font: bold 11px aerial; Text-decoration: None; Color: #fff; Profile: None; Text align: center; Top: 7px; Text-transform: uppercase; Letter-spacing: 0; Z-index: 10; Display area; Swim left; Height: 21px; Status: Relative; Hidden flurry; Margins: Auto 8px; } .lavaLampWithImage li a: hover, .lavaLampWithImage li a: active, .lavaLampWithImage li one: visited {border: none; }  

And this is my jquery code for Lava Lamp plugin

  $ (function () {$ ("# 1"). LavaLamp ({ Fx: "backout", / * speed: 700, * / speed: 700, // return della: 1000, click: function (event, menu item) {returns true;}});});  

The problem is within this function

Click: Function (Event, menu item) {return false; }

Basically if you click on a link, then Javascript will be false, as if "Stop" is saying, you can delete these last lines or just comment on the false line of return.

Click: Function (Event, Menu) {// Return False; }

In this way you do not have to worry about whether to come back and even the worst and the oldest browsers will follow the link, even IE6 is also < / P>


Comments