<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZoneArtCSS &#124; Desarrollo Web, Diseño de páginas Web, Aplicaciones Móviles, Notas de Tecnología &#187; formularios con estilo</title>
	<atom:link href="http://www.zoneartcss.com/tag/formularios-con-estilo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoneartcss.com</link>
	<description>Tips de Diseño y Desarrollo Web</description>
	<lastBuildDate>Wed, 26 Oct 2011 18:31:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Botones de formulario con bordes redondeados solo Css</title>
		<link>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/</link>
		<comments>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:25:37 +0000</pubDate>
		<dc:creator>miguelortega</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Diseño web]]></category>
		<category><![CDATA[botones css]]></category>
		<category><![CDATA[css botones]]></category>
		<category><![CDATA[estilo de botones]]></category>
		<category><![CDATA[formularios con estilo]]></category>
		<category><![CDATA[miguel ortega]]></category>

		<guid isPermaLink="false">http://www.zoneartcss.com/?p=1208</guid>
		<description><![CDATA[En este Post les mostrare como podemos crear botones para nuestros formularios con un estilo de borde redondeado. Esto nos servirá para poner mas cool nuestra web. Primero tenemos que descarga estas Imagenes. Imagen Izquierda Imagen Izquierda Hover Imagen Derecha Imagen Derecha Hover Este es el codigo del Boton &#60;button value=&#34;submit&#34; class=&#34;submitBtn&#34;&#62;&#60;span&#62;Submit&#60;/span&#62;&#60;/button&#62; Y este sería el Código del Css utton &#123; border:0; cursor:pointer; font-weight:bold; padding:0 20px 0 0; text-align:center; &#125; button span &#123; position:relative; display:block; [...]]]></description>
			<content:encoded><![CDATA[<div id=HOTWordsTxt name=HOTWordsTxt><p><img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/botones_css.jpg" alt="botones_css" title="botones_css" width="504" height="132" class="alignnone size-full wp-image-1221" /><br />
En este Post les  mostrare como podemos crear botones para nuestros formularios con un estilo de borde redondeado.<br />
<span id="more-1208"></span></p>
<p>Esto nos servirá para poner mas cool nuestra web.</p>
<p>Primero tenemos que descarga estas Imagenes.</p>
<p>Imagen Izquierda<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_left.gif" alt="btn_blue_left" title="btn_blue_left" width="600" height="50" class="alignnone size-full wp-image-1217" /><br />
Imagen Izquierda Hover<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_left_hover.gif" alt="btn_blue_left_hover" title="btn_blue_left_hover" width="600" height="50" class="alignnone size-full wp-image-1218" /></p>
<p>Imagen Derecha<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_right.gif" alt="btn_blue_right" title="btn_blue_right" width="62" height="50" class="alignnone size-full wp-image-1219" /><br />
Imagen Derecha Hover<br />
<img src="http://www.zoneartcss.com/wp-content/uploads/2009/12/btn_blue_right_hover.gif" alt="btn_blue_right_hover" title="btn_blue_right_hover" width="62" height="50" class="alignnone size-full wp-image-1220" /></p>
<p>Este es el codigo del Boton</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;button value=&quot;submit&quot; class=&quot;submitBtn&quot;&gt;&lt;span&gt;Submit&lt;/span&gt;&lt;/button&gt;</pre></div></div>

<p>Y este sería el Código del Css</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">utton <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button span <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span><span style="color: #993333;">nowrap</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/*blue buttons*/</span>
button<span style="color: #6666ff;">.submitBtn</span> <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_right.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.3em</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span> span <span style="color: #00AA00;">&#123;</span> 
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span> 
  <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">50px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_left.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_right_hover.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #6666ff;">.submitBtn</span><span style="color: #3333ff;">:hover </span>span <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/btn_blue_left_hover.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span> 
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Esto es todo espero que les sea de su agrado este Efecto en Css</p>
<p><a class="verdemo" href="http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/">Ver Ejemplo</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.zoneartcss.com/webdesign/css/botones-de-formulario-con-bordes-redondos-solo-con-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

