Results 1 to 2 of 2

Thread: CSS Help

  1. #1
    Join Date
    May 2007
    Posts
    10

    CSS Help

    Can anyone help me fix this every time i try to type a list in my layout the text goes out the text.>_<

    PHP Code:
    /*

          
    */

    * { padding0margin0; }

    body {
         
    font-familyArialHelveticasans-serif;
         
    font-size11px;
         
    border0px solid #000;
         
    background-imageurl(images/bg.gif); 
    }
    #wrapper { 
         
    margin0 auto;
         
    width800px;

    }
    #top-navigation {
         
    floatleft;
         
    width760px;
         
    height15px;
         
    color#fff;
         
    border1px solid #ffffff;
         
    padding5px 0px;
         
    margin0px 0px;
         
    background-imageurl(images/top_bg.gif); 
    }
    #header {
         
    color#fff;
         
    width760px;
         
    floatleft;
         
    padding0px;
         
    border1px solid #ffffff;
         
    height150px;
         
    margin0px 0px 0px 0px;
         
    background-imageurl(images/header.jpg); 
    }
    #navigation {
         
    floatleft;
         
    width760px;
         
    height15px;
         
    color#fff;
         
    border1px solid #ffffff;
         
    padding5px 0px;
         
    margin0px 0px;
         
    background-imageurl(images/top_bg.gif); 
    }
    #leftcolumn { 

         
    border1px solid #ffffff;
         
    background-imageurl(images/nav_foot.gif); 
         
    margin0px 0px 0px 0px;
         
    padding2px;
         
    width170px;
         
    height550px;
         
    floatleft;
    }
    #rightcolumn { 
         
    floatleft;
         
    color#333;
         
    border1px solid #ffffff;
         
    background#f1f1f1;
         
    margin0px 0px 0px 0px;
         
    padding10px;
         
    height350px;
         
    width564px;
         
    height534px;
         
    displayinline;
    }
    #footer { 
         
    floatleft;
         
    width760px;
         
    height15px;
         
    color#fff;
         
    border1px solid #ffffff;
         
    padding5px 0px;
         
    margin0px 0px;
         
    background-imageurl(images/top_bg.gif); 
    }
    /* Navigation
    --------------------------------------------------------- */
    #navlist
    {
        
    margin-left0;
        
    padding-left0;
        list-
    stylenone;
        
    color#ffffff;
    }

    #navlist li
    {
        
    padding-left10px;
        
    background-imageurl(images/arrow.gif);
        
    background-repeatno-repeat;
        
    background-position0 .5em;
        
    color#ffffff;
    }


    #leftcolumn ul {
        
    list-style-typenone;
        
    padding0;
        
    margin5;
    }

    #leftcolumn h2 {
        
    fontbold 14px 'Lucida Grande'ArialVerdanasans-serif;
        
    background#53c2ff url('images/menu.jpg') repeat-x;
        
    border2px solid #53c2ff; 
        
    padding5px 3px 0 15px;
        
    text-alignright;
        
    displayblock;
        
    height20px;
        
    color#fff;
        
    margin0px;
    }
    #leftcolumn li a {
        
    font11px 'Arial;

        text-decoration: none;
        padding: 2px 0px 0 0px;
        text-align: left;
        display: block;
        height: 18px;
        color: #53c2ff;
        margin: 0px;
        background: #53c2ff url('
    images/li.gif') repeat-x;
    }

    /* Headlines
    --------------------------------------------------------- */
    hr {
        border : none;
        border-top : dashed 1px #fffff;
        color : #FFFFFF;
        background-color : #FFFFFF;
        height : 1px;
    }

    h4 {
        font: bold 11px Arial;
        background:  url('
    images/h4.gif') repeat-x;
        border: 0px solid #53c2ff; 
        text-align: center;
        color: #ffffff;
        padding: 5px 0px;
        margin: 0px 0px;
    }

    h2 {
        font: bold 11px Arial;
        background:  url('
    images/h2.gif') repeat-x;
        border: 1px solid #000; 
        text-align: center;
        color: #ffffff;
        padding: 3px 0px;
        margin: 0px 0px;


    Sorry for asking to much..

  2. #2
    Join Date
    May 2007
    Posts
    10
    o.o Anyone?????

Similar Threads

  1. CSS and PHPBB Help
    By e3_host in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 01 Sep 2006, 01:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •