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?
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.
Dave Smith | 01/04/10 at 9:26am
Edit
(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.
-

Last edited:
01/04/10
10:08amMeredith 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
-

Last edited:
01/04/10
9:45amUtkarsh 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.
