home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Apps / OperawithJava / ow32enen700b1j.exe / HIDENONLINKIMAGES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-01  |  250 b   |  13 lines

  1. /*
  2. Name: Hide non-linking images
  3. Version: 0.93 beta
  4. Author: Opera Software ASA
  5. Description: This style sheet hides images that do not serve a navigation purpose.
  6. */
  7.  
  8.  
  9. img {display: none !important;}
  10.  
  11. a img {display: inline  !important;}
  12.  
  13.