Results 1 to 2 of 2

Thread: ul not in same position in Firefox

  1. #1
    Join Date
    Nov 2007
    Location
    Sydney
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post

    Question ul not in same position in Firefox

    hello
    the ul appears fine in IE but in Firefox it is visible in the content text
    I want it below the text and with the same margin as the text
    can anyone help please
    relevant css is as ;

    #content {
    width: 900px;
    position:relative;
    color: #B58135;
    border: 0px solid #ccc;
    background: #232323;
    margin: 0 auto;
    height: 300px;
    }
    #content p {
    padding: 20px 40px 0px 40px;
    color: #B58135;
    text-align: justify;
    }
    #content p span {
    color: #CFA059;
    }

    #content ul{width:300px; height:25px; position:absolute; bottom: 0px; left:0px;}
    #content li{float:left;}
    #content ul li a{padding:0 0 0 0; color:#B58135; text-decoration:none;}
    #content ul li a:hover{color:#CFA059; text-decoration:underline;}

    thanks
    A

  2. The Following User Says Thank You to Albert1955 For This Useful Post:

    Anexxion (09-04-2008)

  3. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Please up the markup as well, or better a link to the page in question.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  4. The Following User Says Thank You to rangana For This Useful Post:

    Anexxion (09-04-2008)

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
  •