--
algo asi, ahora lo tengo en una tabla asi:
Código:
Estoy tratando de aprender CSS y quisiera saber como podria hacer ese tipo de tablas, esta en especifico con CSS y sin tablas...y si seria mas conveniente usar CSS o tablas...saludos y espero ayuda, gracias...<TABLE WIDTH="105" BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0" STYLE="margin-bottom:10px; margin-top:5px"> <TR> <TD style="width:25px; HEIGHT:25px"><IMG SRC="images/paso1.png" ALT="Paso 1" WIDTH="25" HEIGHT="25"></TD> <TD style="width:15px"><div style="height:8px; background-color:<%if paso=2 then response.write "#FF0000" else response.write "#CCCCCC"%>"></div></TD> <TD style="width:25px; HEIGHT:25px"><IMG SRC="images/paso2<%if paso=2 then response.write "" else response.write "b"%>.png" ALT="Paso 2" WIDTH="25" HEIGHT="25"></TD> <TD style="width:15px"><div style="height:8px; width:15px; background-color:#CCCCCC"></div></TD> <TD style="width:25px; HEIGHT:25px"><IMG SRC="images/paso3b.png" ALT="Paso 3" WIDTH="25" HEIGHT="25"></TD> </TR> </TABLE>
Esta tabla no me quitara el sueño en si, pero si me gustaria saber como hacerlo para despues cosas mas grandes