hi.I have two problem.
help me for coding a PSD to HTML & CSS please
please see this picture
what I can implement this background?
what I can implement orange bottom (connect us bottom in second menu)
You will need the background images for the various elements as isolated and saved separate image files. When you have that the images can be applied to the elements via the css background
or background-image
properties.
For example:-
header { background: url(images/header.jpg) ;}
nav { background: url(images/menu.jpg) ;}
Though it is hard to give more specific advice on such little information. Maybe if you show us what code you have so far, that would help as a starting point.
3 Likes
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.