list bullets not properly aligning in firefox

Discussion in 'HTML & Website Design' started by elavenil, Jun 3, 2008.

  1. #1
    i am preparing my site for http://www.massstumble.com/ launch, i created bullets for listing my softwares features it works well in IE but not in firefox. anyone have a fix?
     
    elavenil, Jun 3, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    I can't imagine a sane reason for not marking up the bulleted list as a, well, a list.

    This will fix your alignment:
    
    td {
       vertical-align: middle;
       }
    Code (markup):
    cheers,

    gary
     
    kk5st, Jun 3, 2008 IP
    elavenil likes this.
  3. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #3
    Agreed. Try putting them inside <ul> tags as a list like this:

    <UL STYLE="list-style-image: url(/image/bullets2.gif)">
    <LI>Random user name suggestion</LI>
    <LI>checks stumbleupon username availiability</LI>
    </UL>

    etc ...
     
    itcn, Jun 3, 2008 IP
    elavenil likes this.
  4. elavenil

    elavenil Peon

    Messages:
    532
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks kk5st, itcn, my problem solved.
    great thanks both of you.
     
    elavenil, Jun 3, 2008 IP