Jump to content
pacealik

codex..

Recommended Posts

Posted

salut codex

am o intrebare

cum fac search box`ul cu colturile rotunjite si cu un background o imagine ?

fac cumva in photoshop un patrat cu colturile rotunjite, salvez ca jpg si o setez ca background-image la style search box ?

Posted

Am scris eu ceva rapid.Sper sa fie ok.



<div class="t">
<div class="b">
<div class="l">
<div class="r">
<div class="bl">
<div class="br">
<div class="tl">
<div class="tr">
Text.text.text.text.text.text.text.text.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

Si CSS-ul care face coltul rotunjit:



.t {background: url(dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}

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...