/    Sign up×
Community /Pin to ProfileBookmark

cant see list item images in IE

not sure if anyone has had this problem before, i am sure someone has.

I am using an inline unordered list to display two links. in firefox the list style image shows up but in IE 6 it does not. Here is the code I am using:
===========================

.helpText ul {
margin: 20px 0 40px 5px;
padding-left: 20px;
padding-top: 0px;
}

.helpText li {
list-style-image: url(../images/list_dot.gif);
list-style-type: circle;
padding: 0 5px 5px 0;
font-size: 12px;
color: #000000;
float: left;
width: 75px;
font-weight: bold;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

============================

What does everyone think? I tried messing with everything, couldnt figure out a hack for it.

thanks, seth

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@zaclaneOct 27.2004 — try

.helpText ul li {

Inplace of

.helpText li {
Copy linkTweet thisAlerts:
@mididelightauthorOct 28.2004 — ok tried that and it doesnt work, anyone else?
Copy linkTweet thisAlerts:
@FangOct 28.2004 — You will have to make the images the background of [i]li[/i] and add padding-left to the text to seperate the text from the image
×

Success!

Help @mididelight spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...