Wie mache ich http://qilayout.com/ wie einen Kopfzeileneffekt?

455

Ich möchte wissen, dass sie ihr Logo gemacht haben ... ich denke ... das ist jQuery, aber ich möchte den Fade-Effekt in css und html so spielen. mit Deckkraft = D. Also ... wenn jemand Bescheid weiß, wie es geht? Vielen Dank

-2
Superuser ist nur für Computerhardware- und -softwarefragen **. Programmierfragen sollten an stackoverflow gehen, Fragen zum Website-Design sollten bei doctype gestellt werden. Josh K vor 14 Jahren 2

2 Antworten auf die Frage

1
Diskilla

Have you tried looking at the sides sourcecode? I just did, with Firefox and found this in the first line:

jQuery(window).bind("load", function() { jQuery("div#slider1").codaSlider() // jQuery("div#slider2").codaSlider() // etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page. 

Well, I don´t really know anything about coding webpages (except for basic html :-D) but I hope this helps. The code is commented as far as i saw.

0
Quentin

They have a graphic as a background image to a span that is positioned over it. They then animate the opacity of that element.