Forums

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

Home Forums CSS Heeeeeelllllpppppppppp!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #38743
    samnizamani
    Member

    Iam trying to make a simple site for my self, the problem is that it is showing links in a step-wise order, like this

    Home
    Contact us
    forum

    can any one plz help me

    *{
    margin:0;
    padding:0;
    }

    body{
    background:url('../image/body-bg.jpg') repeat-x top black;
    }

    ul#nav{
    height:114px; width:1098px;
    background:url('../image/nav.jpg')repeat-y;
    float:right;
    margin-top:50px;
    }

    ul#nav li a{
    display:block;
    float:right;
    margin-top:40px;
    color:white;
    text-decoration:none;
    }

    div#clear{
    clear:right;
    }

    #105241
    samnizamani
    Member

    what i have to do, i have told u everything…. is there anything else to show, here it is the html code..








    #105246
    samnizamani
    Member

    Problem solved, Thx guyz, specially chrisxclash bro :D

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