2008 3.06: Difference between revisions

From XPUB & Lens-Based wiki
Line 8: Line 8:


Simple page hacking with CSS (Alexandre)
Simple page hacking with CSS (Alexandre)
Examples:
=== Make links disppear (two ways)===
''hidden (but still taking up space in the layout)''
<source lang="css">
a { visibility: hidden ! important }
</source>
''removed from layout entirely''
<source lang="css">
a { display: none ! important }
</source>


== Firefox Add-Ons ==
== Firefox Add-Ons ==

Revision as of 22:57, 21 May 2008