ciao a tutti il mio problema di piazzamento si sta evolvendo adesso sono riuscito a sistemare tutte le vecchie pecche pero ora il mio problema riguarda solo esclusivamente il mio iframe allora questo è la mia sidebar.html
una semplicissima tabella con i bottoni
codice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- body { background-color: #000; } --> </style> <link href="style_css.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="150" height="500" border="0" cellpadding="0" cellspacing="10" background="image/main/head logo/sidebar.jpg" class="float_table"> <tr> <td>[img]image/main/head logo/HOME BUTTON.jpg[/img]</td> </tr> <tr> <td>[img]image/main/head logo/DEMOREEL BUTTON.jpg[/img]</td> </tr> <tr> <td>[img]image/main/head logo/MY WORKS BUTTON.jpg[/img]</td> </tr> <tr> <td>[img]image/main/head logo/ABOUT ME BUTTON.jpg[/img]</td> </tr> <tr> <td>[img]image/main/head logo/CONTACTS BUTTON.jpg[/img]</td> </tr> <tr> <td>[img]image/main/head logo/BLOG BUTTON.jpg[/img]</td> </tr> </table> </body> </html>
e questo e l iframe
codice:<th> <td> <iframe src="sidebar.html" width="150" marginwidth="0" height="500" marginheight="0" align="top" scrolling="no" frameborder="0" hspace="0" vspace="0" class="float_table"></iframe> </td>
purtroppo il risultato è questo :
essendo che il body è molto lungo guardte come viene spostato in giu l iframe in particolare viene messo a meta del bodi invece io lo voglio fisso su sotto il logo indipendentemente dalla lunghezza del body...come posso fare??


Rispondi quotando