1
tmreg
Double Bullets in Firefox
  • 2007/5/10 3:12

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


Hopefully some of you CSS Gurus can point me in the right direction here. My site is displaying double bullets in the unordered lists. This is happening only in Firefox (I know for sure it is not in IE, maybe it is in others). While this is not the end of the world, I would like to fix it.

I know just enough CSS to be dangerous and I have exhausted my means of trying to figure this out. It is displaying the "dot" and also the ">>". I would like it to display only the "dot".

I appreciate in advance any help.

You can see the problem athttp://churchdr.org . This site is not launched yet but should be in about 2 weeks.
-Matt

2
JMorris
Re: Double Bullets in Firefox
  • 2007/5/10 3:44

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Lines 146-149:

Change
html>body ul {

    
text-indent: -12px;
    }

To
html>body ul {
    list-
style:none;
    
text-indent: -12px;
    }

That should take care of it for you.

HTH.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

3
tmreg
Re: Double Bullets in Firefox
  • 2007/5/10 3:51

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


OK, that stopped the double bullets. It left the ">>" and took away the "dot". It certainly looks alot better. But the ">>" does not display in IE.

If I got to choose, I would take away the ">>" and leave the "dot".

thanks for the help.
-Matt

4
JMorris
Re: Double Bullets in Firefox
  • 2007/5/10 3:55

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Ok, change those lines back and make the following changes...

Delete lines 150-152. Specifically:
ul li:before {
    
content"0BB 020";
    }


HTH.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

5
tmreg
Re: Double Bullets in Firefox
  • 2007/5/10 4:54

  • tmreg

  • Not too shy to talk

  • Posts: 137

  • Since: 2006/7/20


Wonderful! Thank you for the prompt help. You are the man!
-Matt

Login

Who's Online

158 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits