Hi, I'm rather new to JQuery, but I was wondering if there was a way to assign an li to an image -- or a way of having it so that there are menu buttons as images and when clicked they perform a get function to bring up another document?
here is what i currently have:
<script type="text/javascript">
$(#news).click(
function() {
$.get("news.html", function(data) {
$("#maincontent").html(data);
});
});
</script>
</head>
<style>
#topmenu { list-style-type: none; }
body {
background: url(12.png) #000000 no-repeat center fixed;