PSD to HTML Zip
Now Pay After Work Done
Order Now

NEED PSD CONVERT TO HTML / XHTML / HTML5/ CSS

Valid W3C XHTML Strict 1.0 & Cross Browser Compatibility

Send us your PSD and we'll return semantic, optimized, documented, and Section 508/WAI compliant HTML/CSS.
View Our Work Example or any question Contact US

Order

Step 1

Upload Design

Step 2

We Code It

Step 3

Delivery in 8 Hours

How to Convert a PSD to XHTML

Bookmark and Share

Part 1: Slicing the PSD and Creating the XHTML

Part 2: CSS

I won't lie to you. This video is a bit boring. It just isn't fun to watch someone enter margin values for thirty minutes. :) But it's essential.

Part 3: Implementing a Bit of Javascript

Part 4: Kicking IE6's Butt

Could we really call ourselves web developers if we didn't have to fight with IE6? And is it a coincidence that "6" is also the number associated with the devil? Who knows.

Mostly, the site looks just fine in IE6, but we should change a few quirks. Create a new stylesheet and call it "ie6.css". Place it in your CSS folder. Then paste in the following.

  1. #container #mainContent #tier2   
  2. {  
  3.     margin-bottom273px !important;  
  4. }  
  5.   
  6. #tier3 #news  
  7. {  
  8.     positionrelative;  
  9.     left: .56em;  
  10. }  
  11.   
  12. #header   
  13. {  
  14. height158px;    
  15. }  
  16.   
  17. #header #login   
  18. {  
  19.     top: 1em;  
  20.     rightright: 1.5em;  
  21. }  

There's nothing that we really need to go over. Mostly, I'm adjusting the positioning of a few elements.

The last step is to reference our new stylesheet in the head tag of our document.

  1. <!–[if lt IE 7]>  
  2.     <link rel="stylesheet" type="text/css" href="css/ie6.css" />  
  3. <![endif]–>   

The PSD

The PSD

The Website: 100% XHTML and CSS

The PSD

I hope this helped you. Everyone has their own way of doing things; So I'd be interested to hear your thoughts. This tutorial was a huge undertaking. I'd appreciate a Digg if you found it to be beneficial.

Bookmark and Share

Leave a Reply

psd to xhtml conversion