/    Sign up×
Community /Pin to ProfileBookmark

space between bullet and word

I am trying to move the word to the right and up from the image I am using as a bullet in my lists. Right now the word is sitting too close to the image and too low. How can I do this? thanks.

[CODE]ul.sublinks{
margin-top:0em;
margin-left:7em;
list-style-image:url(images/bluearrow.jpg);
color:black;}

ul.sublinks a{
color:#6699cc;
}[/CODE]

[code=html]<ul class=”sublinks”>
<li><a href=”qmrp.htm”>QMRPs</a></li>
<li><a href=”psychology.htm”>Psychology</a></li>
<li><a href=”communication.htm”>Communication</a></li>
</ul>[/code]

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@luckysixxauthorAug 04.2006 — I guess I figured it out. I kind of cheated and made the image with extra white space on the right side and added this to the css.
[CODE]ul.sublinks a{
[COLOR=DarkOrange]vertical-align:top;[/COLOR]
color:#6699cc;
}[/CODE]
×

Success!

Help @luckysixx 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 5.12,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...