I have a problem using fadeIn() on div that contains elements which positions are absolute. Earlier I made a post but it seems that people did not understand my problem because I did not put it clearly enough. Here is a code example, works on every browser except IE - http://jsfiddle.net/Ayy6W/3/
The reason I need this is because I want to create something similar to http://www.timmacpherson.com/ but using jQuery instead of Flash. So I need to put those horizontal lines and texts manually on my fixed sized wrapper. I hope you understand what I'm trying to do here and maybe there is some other way.