home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
ow32enen.exe
/
HIDENONLINKIMAGES.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-01-13
|
283b
|
14 lines
/*
Name: Hide non-linking images
Version: 1.00
Author: Opera Software ASA
Description: This style sheet hides images that do not serve a navigation purpose.
Copyright ⌐ 2003 Opera Software ASA.
*/
img {display: none !important;}
a img {display: inline !important;}