Ask questions and get good answers on jQuery

Hi Matteo, first of all I want to thank you about the great menu that you did, it's simply amazing. I have only a question: How can i eliminate the mb.ideas.repository text that shows in the html document? I try in many diferent ways and i can't eliminate it.

Thanks for your answer.

Juan Pablo Munoz

asked Jan 16 at 16:02

juanpamv's gravatar image

juanpamv
1


Hi Juan pablo. on the top of the HTML page you'll find:

$(function(){
    if (self.location.href == top.location.href){
        $("body").css({font:"normal 13px/16px 'trebuchet MS', verdana, sans-serif"});
        var logo=$("<a href='http://pupunzi.com'><img id='logo' border='0' src='http://pupunzi.com/images/logo.png' alt='mb.ideas.repository' style='display:none;'></a>");
        $("body").prepend(logo);
        $("#logo").fadeIn();
    }
});
</script>

Just remove it :-)

Bye,

Matteo

answered Jan 17 at 18:11

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Jan 17 at 18:13

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×19

Asked: Jan 16 at 16:02

Seen: 120 times

Last updated: Jan 17 at 18:13

Related questions

jQuery main site - Matteo Bicocchi