Forums

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

Home Forums CSS help with <ul> in firefox and opera

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22737
    cybershot
    Participant

    My site is http://www.photobyiris.com . I am having trouble getting an <ul> to display correctly in firefox and opera. The page in question is the services page. Here is the code

    div#dropin div#content ul li
    {
    font-family:tahoma, arial, sans-serif;
    font-size:13px;
    text-decoration:none;
    color:#95602F;
    list-style-image:url(images/bullet_img.png);
    margin:10px 0 0 25px;
    padding:2px;
    background-color:#411603;
    width:150px;
    text-align:center;
    }

    <div id="dropin">
    <div id="content">
    <ul>
    <li>Portfolio Enhancement</li>
    <li>Before & Afters</li>
    <li>Progression Photos</li>
    <li>Fine Art Prints</li>
    </ul>
    </div>
    </div>

    #47732
    cybershot
    Participant

    I want it to display the way it does in I.E 7

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