<fieldset>
<legend>
<ul class="lavaLampWithImage">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</legend>
</fieldset>
I want to make the above fieldset have the JQuery lavalamp plugin AS the legend of the fieldset, so it looks like the fieldset lines go through the plugin image, like a real legend would be, then I’m eventually going to color the fieldset to match it.
$(function () { $(".lavaLampWithImage").lavaLamp({ fx: "backout", speed: 700 }) });
This is the code I use to create the lavalamp menu.
Here is how it comes out:

Is there anyway I can make it look right?
Putting within a header tag and setting margins worked wonders 🙂