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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.