logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$15
how do I get rid of the bullets in IE?

doing my head in a bit... got a series of widgets in a widgetised area at the top of this page:

http://www.locationvacancesbretagne.com/

layout is great in Firefox, and in Chrome, but in IE the boxes are not adopting the style for the ul I've applied (ie none).

Any helpers out there care to put me out of my misery?


.home #content .aside ul {
list-style-image:none;
list-style-type:none;
margin-left:0;
padding-left:0;
}


also tried:

ul.xoxo {
list-style-image:none;
list-style-type:none;
}


EDIT:

@meredith
site is using Thematic framework, css is here: http://www.locationvacancesbretagne.com/wp-content/themes/mydirectory/style.css

@Utkarsh Kukreti
on the map and tags widgets. both are showing bullets, and are out of alignment as a result.

This question has been answered.

attachment image View Attachment

Dave Smith | 01/04/10 at 9:26am Edit

css, li, ul

(2) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    01/04/10
    10:08am
    Meredith Marsh says:

    Try using the #index-top inside of the .aside ... so:

    .home #content #index-top ul {

    list-style-image:none;

    list-style-type:none;

    margin-left:0;

    padding-left:0;

    }


    Also, your source in IE (7) is showing that you've got two <li>'s outside o<script type="text/javascript" src="http://www.wpquestions.com/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js"></script>f the <ul> completely... these are the ones displaying bullets where you don't want... yes? #text-4 and #new-tag-cloud?

    Actually, i take that back. It shows up that way viewing with the IE developer toolbar, but not in the source, which is really odd.

    Previous versions of this answer: 01/04/10 at 9:56am | 01/04/10 at 10:00am | 01/04/10 at 10:04am

  • avatar
    Last edited:
    01/04/10
    9:45am
    Utkarsh Kukreti says:

    Where exactly do you seeing the bullets in IE? I cannot seem to find anything wrong.

This question has expired.





Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.