Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    mettere bacheca vicino al video!

    ennessimo problema... vorrei mettere la bacheca cbox accanto al video di youtube... ho racchiuso tutto in tabella eppure non riesco a metterle appicciate!come fare?

    ecco l'html! il sito per provare è questo.
    Premesso che forse ci vorranno i CSS o Javascript datemi tanti particolari, grazie mille!http://ragingsoulstudio.altervista.org/home.html

    <div align="center">
    <table border="0"background="tabella.png"width="800"heigh t="900">
    <tr><td>
    [img]banner.png[/img]</div>


    <div align="right"id="cboxdiv">
    <iframe frameborder="0" width="200" height="150" src="http://www2.cbox.ws/box/?boxid=1705436&amp;boxtag=rkccm3&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe>

    <iframe frameborder="0" width="200" height="150" src="http://www2.cbox.ws/box/?boxid=1705436&amp;boxtag=rkccm3&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform"></iframe>

    </tr></td>

    <tr><td align="center">
    <object width="390" height="338"><param name="movie" value="http://www.youtube.com/v/l_QNLbCETOM&hl=it&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/l_QNLbCETOM&hl=it&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="390" height="338"></embed></object></td></tr>
    </table>

  2. #2
    Prova a metterlo così:
    Codice PHP:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <
    html>
        <
    head>
            <
    meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
            <
    title>RagingSoulStudio</title>
            <
    style type="text/css">
                
    body{
                    
    backgroundtransparent url('sfondohome.png'top left repeat;
                }
                
    #total{
                    
    backgroundtransparent url('tabella.png'top left repeat;
                    
    width800px;
                    
    margin:10px auto;
                }
                
    #header{
                    
    width100%;
                    
    height270px;
                    
    floatleft;
                }
                
    #header img{
                    
    floatleft;
                }
                
    #center
                
    {
                    
    width100%;
                    
    min-height150px;
                    
    floatleft;
                    
    margin-top10px;
                }
                
    #cbox{
                    
    floatright;
                    
    width200px;
                }
                
    #Embed{
                    
    floatright;
                    
    width390px;
                }
            </
    style>
        </
    head>
        <
    body>
            <
    div id="total">
                <
    div id="header">
                    [
    img]banner.png[/img]
                    [
    img]riga.png[/img]
                </
    div>
                <
    div id="center">
                    <
    div id="cbox">
                        <
    iframe id="cboxmain" height="150" frameborder="0" width="200" scrolling="auto" style="border: 1px solid rgb(219, 226, 237);" name="cboxmain" allowtransparency="yes" marginwidth="2" marginheight="2" src="http://www2.cbox.ws/box/?boxid=1705436&boxtag=rkccm3&sec=main">
                        </
    iframe>
                        

                        <
    iframe id="cboxform" height="150" frameborder="0" width="200" scrolling="no" style="border-style: none solid solid; border-color: -moz-use-text-color rgb(219, 226, 237) rgb(219, 226, 237); border-width: 0px 1px 1px;" name="cboxform" allowtransparency="yes" marginwidth="2" marginheight="2" src="http://www2.cbox.ws/box/?boxid=1705436&boxtag=rkccm3&sec=form">
                    </
    div>
                    <
    div id="Embed">
                        <
    object height="338" width="390">
                            <
    param value="http://www.youtube.com/v/l_QNLbCETOM&hl=it&fs=1" name="movie"/>
                            <
    param value="true" name="allowFullScreen"/>
                            <
    embed height="338" width="390" allowfullscreen="true" type="application/x-shockwave-flash" src="http://www.youtube.com/v/l_QNLbCETOM&hl=it&fs=1"/>
                        </
    object>
                    </
    div>
                </
    div>
            </
    div>
        </
    body>
    </
    html

  3. #3
    poi ci sono riuscito... ho messo tutto in una tabella, l'ho allineato a destra e ora ci metterò un video... comunque grazie per l'aiuto!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.