Previous Message
Next Message

Going to print with javascript links

Sent by Sebastian Redl on 27 May 2004 11:11


Ischa Gast wrote:

>#content a[href^="javascript"]:after {
>	content: "";
>}
>  
>
With this rule you merely introduce a new element and give it no 
content. If you want to hide the original element, you must do so 
explicitely:

#content a[href^="javascript"] {
  display: none;
}

If this destroys the page layout, use visibility: hidden instead.

Sebastian Redl
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: