okay, i lied a bit in the title. AJAX, short for "Asynchronous Javascript And XML" is not possible at all in CSS, because duh, javascript isn't CSS. and i'm not using XML to transport data. but the thing that's commonly meant by "AJAX" is loading, sending and processing data on a website without having to reload the entire page to render stuff on the server. and that is possible in CSS, with a bit of help with HTML. without reloading. here's how.
I miss Web1.0 where you could use HTML/CSS anywhere, this shit is so fun!
