Jump to content
php.lv forumi

CSS position:relative


DIVX5

Recommended Posts

Šis ir tas, kuram vajadzētu kustēties un IE gadījumā tā arī notiek.

 

<table cellpadding="0" cellspacing="0" > <tr>

<td style="background:url(jaunumi.gif) no-repeat; height:30px; width:103px; vertical-align:bottom; position:relative; bottom:-56px; left:50px; " > </td>

</tr> </table>

Link to comment
Share on other sites

optimaals variants ir poziconeet DIV elementu nkuraa tad arii ievieto to tabulu....

Tad arii enbuus lieku probleemu.....

edit: Strap citu Eksistee EDIT poga.... un nevajag taisiit 2 postus peec kaartas....

Edited by Grey_Wolf
Link to comment
Share on other sites

apmēram šādi tomā?

 

<div style=" position:relative; top:56px; left:50px; ">

<table cellpadding="0" cellspacing="0" style="background:url(jaunumi.gif) no-repeat; height:30px; width:103px; vertical-align:bottom;" > <tr>

<td > </td>

</tr> </table>

</div>

 

Nesanāk arī šādi! :(

Link to comment
Share on other sites

×
×
  • Create New...