Pogledajte određenu poruku
Staro 20. 04. 2006.   #3
krcko
A suicide bomber!
Certified
 
Avatar krcko
 
Datum učlanjenja: 05.08.2005
Lokacija: Beograd
Poruke: 63
Hvala: 1
2 "Hvala" u 2 poruka
krcko is on a distinguished road
Pošaljite poruku preko MSN za krcko Pošaljite poruku preko Skype™ za krcko
Default

ma probao sam ja sa ugnjezdenim tabelama ali ne ide...
ovaj tvoj kod radi ali je problem sto ne smem da koristim height na tabeli (jer nije po standardu, a kod mora da mi podrzava najmanje html 4.01 standard)
evo sta sam ja probao:
Kôd:
<table width="900px" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td style="width: 101px;">
        <table border="0" cellpadding="0" cellspacing="0">
	    <tr><td id="layout_topleft">&nbsp;</td></tr>
	    <tr><td id="layout_left">&nbsp;</td></tr>
	    <tr><td id="layout_bottomleft">&nbsp;</td></tr>
	</table>
     </td>
     <td id="content">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	    <tr>
	        <td class="layout_top">&nbsp;</td>
		<td id="layout_topmiddle">&nbsp;</td>
		<td class="layout_top">&nbsp;</td>
	    </tr>
	</table>

         bla bla bla						

         <table width="100%" border="0" cellpadding="0" cellspacing="0">
	    <tr>	
		<td class="layout_bottom">&nbsp;</td>
		<td id="layout_bottommiddle">&nbsp;</td>
		<td class="layout_bottom">&nbsp;</td>
	    </tr>
	</table>
    </td>
    <td style="width: 63px;">
        <table border="0" cellpadding="0" cellspacing="0">
            <tr><td id="layout_topright">&nbsp;</td></tr>
            <tr><td id="layout_right">&nbsp;</td></tr>
            <tr><td id="layout_bottomright">&nbsp;</td></tr>
        </table>
    </td>
    </tr>
</table>
a ovo je css:
Kôd:
#layout_topleft
{
	width: 101px;
	height: 244px;
	background: url(img/frame/top_left.png) no-repeat;
}

#layout_bottomleft
{
	width: 101px;
	height: 210px;
	background: url(img/frame/bottom_left.png) no-repeat;
}

#layout_left
{
	width: 101px;
	background: url(img/frame/left.png) repeat-y;
}

.layout_top
{
	height: 26px;
	background: url(img/frame/top.png) repeat-x;
}

#layout_topmiddle
{
	width: 238px;
	height: 26px;
	background: url(img/frame/top_middle.png) no-repeat;
}

.layout_bottom
{
	height: 15px;
	background: url(img/frame/bottom.png) repeat-x;
}

#layout_bottommiddle
{
	width: 99px;
	height: 15px;
	background: url(img/frame/bottom_middle.png) no-repeat;
}

#layout_topright
{
	width: 63px;
	height: 116px;
	background: url(img/frame/top_right.png) no-repeat;
}

#layout_bottomright
{
	width: 63px;
	height: 211px;
	background: url(img/frame/bottom_right.png) no-repeat;
}

#layout_right
{
	width: 63px;
	background: url(img/frame/right.png) repeat-y;
}

#content
{
	background: url(img/bg/content.png) repeat;
	background-color: #042942;
}
ali kao sto rekoh to ne radi...

hvala na odgovoru ali da nemas neko drugo resenje (da odgovara standardima)?
__________________
jQuery addict!
krcko je offline   Odgovorite uz citat