Forums

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

Home Forums CSS Problem with two unordered lists Re: Problem with two unordered lists

#112900
Raza
Member

@Josh: oh Im so sorry, forgot to include the link.

well the code is :


ul id="packages"


  • Bix Expert



  • ul.packages {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 10em;
    height: 48em;
    }
    li {
    height: 15em;
    width: 10em;
    text-align: center;
    cursor: pointer;
    }
    li img {
    width: 100%;
    }
    li.roundabout-in-focus {
    cursor: default;
    }
    li span {
    display: block;
    padding-top: 0em;
    }

    #carbonads-container .carbonad {
    margin: 50 auto;
    }


    Checkout the 3 images on the right, bizstarter/bizgain/bizexpert. They should be moving like: http://fredhq.com/projects/roundabout/demos/images

    Rest of the page is working fine: http://www.tradeglobus.com/index2.php

    but this code is still conflicting with one other list you can see in the middle the scrolling “Selling Leads” / “Buying Leads”.

    And I can’t make it execute properly.

    Waiting for quick solution….thanks :)