Hello, i was wondering how this site achieves this effect and whether its done by css alone? when you scroll over any of the square sites a little black box comes up with links and text in it. http://www.cssluxury.com/ any help on how this effect is achieved is appreciated. Cheers Chris
thank you ill need to read more into jquery. so their is no way css could do this alone then, and whats the backwards compatibility like with jquery is it going to be a problem for older and text based browsers? it is a nice effect though.
You could do this using pure CSS, but you wouldn't be able use a sliding effect. It would be case of *hover over*...links show...*mouse exits*...message disappears. At the end of the day it's not as attractive as its jQuery alternative. As for the backwards compatibility, they have a Browser Compatability Guide on their website. Check it out