Results 1 to 2 of 2

Thread: css question for advance creators

  1. #1
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default css question for advance creators

    hallo... i have problem in styling tables: here is my html code
    PHP Code:
    <div id="footer">

        <ul id="footer_bg">
            <div id="left-col">
            
            <?php include 'include.php'; echo $copyrighted"?></p>
            
            </div>
            <div id="right-col">
            
            <p><?php include 'include.php'; echo "$icon1""$icon2""$icon3""$icon4""$icon5""$icon6";?></p>
            </div>        
            </ul>
                
        </div>
    and my style:
    PHP Code:
    div#footer {
        
    height70px;
        
    backgroundurl(images/apacia_dalele.pngrepeat-x;
        
    colorblue;
        
    text-aligncenter;
    }

    ul#footer_bg {
        
    height30px;
        
    width1100px;
        
    backgroundurl(images/apacia.pngno-repeat;
        list-
    stylenone;
        
    colorblue;
        
    text-alignleft;
        
    margin0 auto;
        
    padding-top40px;
    }
        
    ul#footer_bg div#left  {
                
    floatleft;
                
    width246px;
                
    padding-left3px;
                
    padding-right3px;
                
    padding-top40px;
                
    margin-left28px;
                
    border2px solid #CCCCCC;
            
    }
            
    ul#footer_bg div#right  {
                
    floatright;
                
    width246px;
                
    padding-left3px;
                
    padding-right3px;
                
    padding-top40px;
                
    margin-left28px;
                
    border2px solid #CCCCCC;
            

    Where is the problem?? my webpage footer looks like in the picture:
    I want ShareTogether and those icon to put in 2 tables... THANKS A LOT

  2. #2
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default

    I solved this problem by myself... Lets close this.

Bookmarks

Posting Permissions

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