Jump to content
eyexro

Intrebare html/css si oarecum PSD

Recommended Posts

Am si eu o nelamurire.. in limbajul html,css si php.. cam de asta ai nevoie pentru a crea un website. pe langa javascript si pui tu sa il faci mai atractiv.

Ma intereseaza cum de la un PSD , in care creez un formular de contact sa pot crea acele casute exact peste cele din poza...

gen : Contact - Publicitate CreativeMonkeyz by (INC)3

daca aveti ceva gen tutorial sau imi puteti explica printr-un exemplu mai simplu [ cod ]

Link to comment
Share on other sites

Poti sa faci foarte usor cu css3:

Html:

<div id="RightColumn">
<input type="text" class="inputForm" />
</div>
Css:

.inputForm
{
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
-khtml-border-radius: 10px; /* KHTML */
border-radius: 10px; /* CSS3 */
behavior:url("border-radius.htc");
}

#RightColumn
{
background-color:White;
}

Exemplul este luat de aici

Si ca sa vezi ce poti sa faci cu css3 si putina imaginatie uita-te aici:

Edited by hate.me
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...