PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Bullet image still appearing on Form, but only in IE6

  1. I have read the FAQ on removing the inherited bullet images from my forms. Until recently this has worked, but unfortunately not anymore. I am not really sure when the change occurred since I don't use IE regularly.

    Here is the code that I added to my style.css file.

    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
    	list-style-type:none!important;
    	list-style-image:none!important;
    	list-style:none!important;
    	background-image:none!important;
    	background:none!important;
    	padding:0!important;
    	margin:0!important
    }

    Thoughts?

    Posted 14 years ago on Thursday September 22, 2011 | Permalink
  2. Nope. no real idea. That looks like that should cover it. If it's just in IE6 I personally wouldn't worry about it. That's a way old browser that even Microsoft is discouraging people from using.

    Posted 14 years ago on Friday September 23, 2011 | Permalink