Jump to content

Scrum

Expert
  • Posts

    553
  • Joined

  • Last visited

Posts posted by Scrum

  1. Что именно, не могу вкурить :)

    бывает.

    так что ли ?

    <!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" xml:lang="en" lang="en">

    <head>
    <title></title>
    <style type="text/css">
    /*<![CDATA[*/
    div {
    width: 150px;
    height: 100px;
    border: 1px solid gray;
    overflow: auto;
    }
    div a {
    display: block;
    text-decoration: none;
    color: #3366CC;
    }
    div a:hover {
    background-color: silver;
    color: white;
    }
    /*]]>*/
    </style>
    </head>

    <body>
    <div>
    <a href="#">Руские в Лондоне</a>
    <a href="#">Руские в Лондоне</a>
    <a href="#">Руские в Лондоне</a>
    <a href="#">Руские в Лондоне</a>
    <a href="#">Руские в Лондоне</a>
    <a href="#">Руские в Лондоне</a>
    </div>
    </body>

    </html>

  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    <html>

    <head>
    <title></title>
    <style type="text/css">
    <!--
    body, table {
    margin: 0;
    padding: 0;
    height: 100%;
    }
    table {
    border-collapse: collapse;
    }

    -->
    </style>
    </head>

    <body>
    <table width="100%" border="1">
    <tr>
    <td width="100%" height="100%" colspan="2">
    <p style="font-size:20px" align="center">Добро пожаловать....</p>
    <br/>
    </td>
    </tr>
    <tr valign="bottom">
    <td valign="bottom" align="left">
    some text
    </td>
    <td align='right'>
    another text
    </td>
    </tr>
    </table>
    </body>

    </html>

  3. нади и поменяй на

    <td valign="top" background="36.jpg"><img src="34.jpg" height="125" width="47" ></td>
    <td valign="top" background="l.jpg"><img src="l_d_bar.jpg" height="125" width="81"></td>

    <td valign="top" background="r.jpg"><img src="vd_r_bar.jpg" height="125" width="71"></td>
    <td valign="top" background="36.jpg"><img src="36.jpg" height="125" width="53"></td>

  4. ну и мои наброски по поводу двух блоков

    <!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" xml:lang="en" lang="en">

    <head>
    <title></title>
    <style type="text/css">
    /*<![CDATA[*/
    #menu {
    width: 800px;
    float: left;
    }

    .menu_top {
    width: 100%;
    float: left;
    }
    .menu_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

    .menu_top li {
    white-space: nowrap;
    height: 23px;
    float: left;
    display: block;
    padding-left: 4em;
    text-transform: uppercase;
    font-size: 11px;
    }


    /*]]>*/
    </style>
    </head>

    <body>
    <div id="menu">

    <div class="menu_top">
    <ul>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    </ul>
    </div>

    <div class="menu_top">
    <ul>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    <li><a href="#">Menu item</a></li>
    </ul>
    </div>

    <div id="menu_bottom">
    <ul class="sub1">
    <li> <a href="#">Subhead 1Subhead 1Subhead 1</a>
    <ul class="sub2">
    <li> Subhead2 Subhead2 Subhead2
    </li>
    </ul>
    </div>

    </div>
    </body>

    </html>

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy