OK the aim of this challenge to break out of the untrusted zone using only CSS on the span specified NO HTML CAN BE USED. The idea of the game is to have some attackers and defenders. The attackers must make one move to break out of the zone and the defenders must fix it by blocking one property value only. The defenders must try and use the least possible rule values to block to gain extra points.
I've taken this code from somewhere and it's possible to break out of it using a certain rule.
<label>Trusted content: <input type="password"></label>
<div style="position:relative; overflow: hidden;width:500px;height:500px;background-color:#DBDBFF;">
Untrusted content.
<span style="YOUR STYLE HERE">Escaped untrusted
content.</span>
</div>
------------------------------------------------------------------------------------------------------------
"People who say it cannot be done should not interrupt those who are doing it.";
labs : [
www.businessinfo.co.uk]
blog : [
www.thespanner.co.uk]
Hackvertor : [
hackvertor.co.uk]