Páginas (7):    1 2 3 4 57   
Xilver266   19 Feb, 2011, 12:07 pm
#21
Hola!

A mi si me funciona, pero aquí el problema. ¿Qué hago si tengo el perfil a la derecha? el globo está apuntando a la nada y no me gusta.
Giancarlort   19 Feb, 2011, 4:34 pm
#22
Hola Xilver266, intenta invirtiendo la imagen y remplazando float:left por float:right y elimina position: Absolute;
Xilver266   19 Feb, 2011, 7:33 pm
#23
Hola!

Eso ya lo intenté Big Grin pero queda algo raro:

[Imagen: sinttulopnu.png]
iLuis   19 Feb, 2011, 8:16 pm
#24
a mi no me sale ayuda

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
			<div>
<div&nbsp;id="1"&nbsp;style="float:left;&nbsp;z-index:&nbsp;1;&nbsp;position:&nbsp;Absolute;">
<br><img&nbsp;src="images/globito01.png">
</div>
<div&nbsp;id="2"&nbsp;style="z-index:&nbsp;0;&nbsp;padding:&nbsp;5px;">
<fieldset&nbsp;style="background:&nbsp;#ffffff;
border:2px&nbsp;solid&nbsp;#bde1fd;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position:&nbsp;relative;">
{$post['message']}
</fieldset>
</div>
</div> 
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>
Xilver266   19 Feb, 2011, 8:23 pm
#25
Hola!

Borra todos los &nbsp; de la plantillas Wink
Maxii   19 Feb, 2011, 8:27 pm
#26
Xilver266, proba donde está
<img src="images/globito01.png">
Cambialo por esto:
<img src="images/globito01.png" style="margin-left: -2px;">

Sino anda cambiando el -2 hasta el numero necesario, los negativos (-) lo llevan hacia la izquierda, y los positivos, hacia la derecha Big Grin
Xilver266   19 Feb, 2011, 8:48 pm
#27
Bueno sí, pero eso soluciona la colocación de la flecha pero no el espacio ese que molesta. Wink
Maxii   19 Feb, 2011, 8:52 pm
#28
Eso

En
<fieldset style="background: #ffffff;
border:2px solid #bde1fd;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;">

Reemplaza por

<fieldset style="background: #ffffff;
border:2px solid #bde1fd;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;
margin-left: 35px;">

y ve cambiando el 35px hasta que quede como quieras ;D
Xilver266   19 Feb, 2011, 9:23 pm
#29
Hola!

Eso tambien lo probé pero lo que hace es recortar espacio por la izquierda. Wink
Maxii   19 Feb, 2011, 9:27 pm
#30
mira, donde yo puse lo de margin-left: 35px, reemplazalo por width: 100%;
Páginas (7):    1 2 3 4 57   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.