I need a bit of help with something that seems to be so basic I can only find more advanced versions thru google.
I simply want the title on
this page to fade in smoothly and nicely as soon as the page has finished loading. The title being "Kontakta Oss". Same position, font, color etc. just slowly fade in.
I spent a lot of time searching on google; first alternative I tried out was actually meant for fade-transitioning between two images, setting it up in <ul>-<li>-form. I found this
here and it turned out like
this. Here I made two <li>'s, one being the title and the other a space ( 

. Ignore the excessive line breaks etc., but the problem is I want it to fade in and stay in.
I went on and tried with an example off jQuery's own website:
this one. I couldn't get the thing to work at all, it ended up making the whole page blank.
I would greatly appreciate any help!
Oscar
ps. with the first example, with the <li>, I also tried changing the code myself to onLoad etc., but with no success.