Jump to content

johno

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by johno

  1. johno

    CSS "Exclusion"

    Thanks for the reply! <html xmlns="http://www.w3.org/1999/xhtml"><head><style>body {display: none;}.doNotHide {display: block;}</style></head><body>I SHOULD VANISH, LIKE MAGIC!<p class="doNotHide">I should still be here :)!<hr></p></body></html> Nothing seems to appear.
  2. johno

    CSS "Exclusion"

    Hey!Does anybody know of a way to "exclude" a css rule for a single element?For example, say I wanted to hide everything on a page, EXCEPT for ID "doNotHide". <style>body {display: none;}.doNotHide {/* Do not hide me! *\}</style> Thanks a lot John
×
×
  • Create New...