Clipmarks

introducing clip-to-blog

The easiest way to blog the interesting things you find on the web.
Supports Blogger, Wordpress, Typepad, Live Journal, Movable Type, and Vox.  learn more»
 
 
Post this to your blog
Blog Type:
Blog Username:
Blog Password:
Blog Url:
XML-RPC Url:
Copy and Paste the following code into a new blog post...
Login or Sign Up to save your blog settings.
Title of Post:
Remarks for Post:BBCode  No HTML 
 
 
 
Clip Preview:
clipped from www.noscope.com

Showing CSS to IE only (The Underscore Hack)

It allows you to show CSS to Internet Explorer only, omitting Mozilla, Safari and Opera.

  • It allows you to write conditional CSS directly in your stylesheet file, and doesn’t require inline styles
  • It works for IE 5.0, 5.5 and 6.0
  • It’s a hack
  • It’s very simple to work with.
  • body {
        background: green; /* show to Mozilla/Safari/Opera */
        _background: red; /* show to IE */
    }

    Cons

  • The CSS won’t validate
  • The hack won’t work for IE5/Mac. For this platform, I recommend the IE5/Mac Band Pass Filter hack
  •  blog it

    style options...

    Include Clip before or after Remarks  
    Customize Clip Colors
    Border Background Font
    Select Border Color
    Select Background Color
    Select Font Color
    Video Size
    If you are clipping video to your blog, and it is too wide, select this option.
    Clipmarks Logo and Link
    If you chose not to have the Clipmarks logo and link in this blog post, select "Don't include" here.
    Line Breaks (Advanced)
    If your blog software is configured to automatically convert new lines into HTML, select "Don't format" here to prevent Clipmarks from doing so.
    Styles (Advanced)
    By default, Clipmarks uses inline styles to format content in your blog post. If you would like to prevent this styling and customize the css rules yourself, select this option and copy this stylesheet into your blog template.