I got a hold of some PSD files that by designer created. They contain buttons and sliders and other web UI elements.
How do I convert parts of the PSD to CSS/web elements? The PSD was properly created in order to be able to do this. I also have an EPS file that contains web UI elements and I don't even know how to open it. What software do I need and what is the process to get HTML elements out of both files?

Thanks!!

link|improve this question

29% accept rate
There are services that will convert PSD to HTML for a fee. An example is PixelCrayons. – Francois Deschenes Jul 12 '11 at 5:55
feedback

3 Answers

You slice the various images you need out of the graphic, and then assemble them by writing HTML and CSS (by hand).

link|improve this answer
feedback

There are some web sites which claim to do this automaticly, but none of them do this very well. When slicing a PSD in to HTML and CSS code, only a manual solution will give you well formed code. I would suggest going with one of the cheep PSD to HTML services out there. This is one I have used: http://www.xhtmlchop.com/

They have reasonable pricing and do great work.

link|improve this answer
feedback

There is no magic software that converts PSD to html/css. Hire somebody to do it for you. It is cheap. There are many online services. Just search for psd to html.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.