I have just started practicing converting PSD's to HTML/CSS. But sometimes you see PSD's and it just seems impossible to craft using html and css.
Like the one here :
http://i.stack.imgur.com/rx0dl.jpg
Thanks alot
|
I have just started practicing converting PSD's to HTML/CSS. But sometimes you see PSD's and it just seems impossible to craft using html and css. Like the one here : http://i.stack.imgur.com/rx0dl.jpg Thanks alot | |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
The way you should approach this is the same as you would approach any other PSD to HTML, divide it in blocks in your head and start from the top. Here I made a very rough example of how you could divide this: | |||
feedback
|
|
Use grid lines in photoshop to divide your image in different sections and create slices from there. You can even export to html once you've done that and it will create the css styles required too. You can find a video explaining how to it here: http://www.youtube.com/watch?v=DVfxe4pqvo8 | |||
|
feedback
|
|
Well, start with the basics:
| |||
|
feedback
|