Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems in Design

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #147313
    sikas
    Participant

    Hi, I’ve designed this but the problem is please see photo

    DEMO

    I would like this photo

    DWMO

    CODE
    `

    example

    {
    margin: auto;
    width: 700px;
    border:1px solid green;
    padding-bottom:10px;

    }
    .right{
    margin-right:270px;
    border:1px solid green;
    margin-left:80px;
    background:#dfd;
    font-size:25px;

    }
    .left{
    margin:5;
    border:1px solid green;
    margin-left:480px;
    background:#dfd;
    font-size:25px;
    direction:rtl;

    }
    li{
    list-style: url(file://localhost/C:/Users/tanavoh/Desktop/search1.png);
    margin-left: 18px;

    }
    p
    {
    font-size: 2.2em;
    border:1px solid #696;
    background:#dfd;
    color:#030;

    }

    footer {

    border:1px solid #696;
    margin: 10px 5px 5px 5px;
    padding-top:0px;
    padding-bottom:10px;
    margin:20;
    background:#dfd;
    }

    by:sikas

      left-menu

    • test
    • test
    • test
    • test
    • test
    • test
    right
    © Copyright with by: sikas 2006

    `

    Thanks, I just put the code

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.