el codigo html es:
Código PHP:
<div id="navegador">
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c1.jpg" width="53" height="25" border="0" id="content_r2_c1" alt="" >
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c2.jpg" width="110" height="25" border="0" id="content_r2_c2" alt="" />
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c4.jpg" width="126" height="25" border="0" id="content_r2_c4" alt="" />
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c6.jpg" width="73" height="25" border="0" id="content_r2_c6" alt="" />
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c7.jpg" width="75" height="25" border="0" id="content_r2_c7" alt="" />
<img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c8.jpg" width="70" height="25" border="0" id="content_r2_c8" alt="" />
</div>
Código PHP:
#navegador{
float:left;
width:507px;
height: 25px;
text-align:left;
Código PHP:
<div id="navegador"><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c1.jpg" width="53" height="25" border="0" id="content_r2_c1" alt="" ><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c2.jpg" width="110" height="25" border="0" id="content_r2_c2" alt="" /><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c4.jpg" width="126" height="25" border="0" id="content_r2_c4" alt="" /><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c6.jpg" width="73" height="25" border="0" id="content_r2_c6" alt="" /><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c7.jpg" width="75" height="25" border="0" id="content_r2_c7" alt="" /><img src="skins/ideas/images/<? echo $lenguaje_lng;?>/content_r2_c8.jpg" width="70" height="25" border="0" id="content_r2_c8" alt="" /></div>