Jump to content

Custom Bullets


Xurion

Recommended Posts

A client of mine who i am building a site for has informed me that the custom bullet points I have created cannot be seen in Firefox. They have the latest versioin, as do I, but I can see the bullets in both IE and FF.

 

The site is at http://www.xurion.co.uk/yewtree/

 

A page that contains bullets is http://www.xurion.co.uk/yewtree/consultation.php

 

The stylesheet is http://www.xurion.co.uk/yewtree/style.css

 

Thanks in advance

 

Xur~

Link to comment
https://forums.phpfreaks.com/topic/49683-custom-bullets/
Share on other sites

I am using FF ver. 2.0.0.3 and can see bullet points, little blue squares

Yes, that is the version my client and I are both using. I hate this situation where its my word against theirs. The more ppl that check tihs for me the better evidence I can have when I try to convince them that it works...

 

Thanks again

 

Xur~

Link to comment
https://forums.phpfreaks.com/topic/49683-custom-bullets/#findComment-243645
Share on other sites

In your code you specified a bullet type of "disc"

<ul type="disc">
        <li>Review your IT infrastructure, network design, applications, Information Security       policies and procedures </li>

but in your css you specify:

ul {
list-style-image: url(images/template/bullet.gif);
margin-left: 20px;
/*list-style: none;*/
}

maybe that type="disc" above takes precedence sometimes and you should lose that

Link to comment
https://forums.phpfreaks.com/topic/49683-custom-bullets/#findComment-245826
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.