Archive
Posts Tagged ‘css’
[webdev] nice CSS buttons
August 4, 2014
Leave a comment
I found some nice CSS3 gradient buttons. Here is a demo with the buttons.
Categories: web development
button, css
XPath to CSS
December 15, 2013
Leave a comment
Problem
You have an XPath expression and you want to convert it to a CSS selector.
Solution
Try cssify. It also runs in the browser.
Command line usage:
$ ./cssify.py '//a' a $ ./cssify.py '//a[@id="bleh"]' a#bleh
Categories: python
css, xpath, xpath to css


You must be logged in to post a comment.