



this will use the display option to hide all iFrames (the only iFrame on the site (that i am awair of) are advertisements)
Not 5 stars because many sites still use iFrames for "normal" purposes instead of AD, but blocking iFrames is very useful.
you should probably add the html name space line so it only blocks iframes for websites
@namespace url(http://www.w3.org/1999/xhtml);
your style solved my problem.
thanks