/    Sign up×
Community /Pin to ProfileBookmark

Removing Spacing in nli and create indent

Hi all,
The list of companies on the right hand column under (“Our clients have included”) part that can be seen here: [url]http://216.219.94.105/[/url] looks fine in Firefox but in IE it has spacing between each li.
1.How do I get rid of this spacing in IE?
2.If the li is too long for one line it obviously moves onto the second. However, in both browsers I need a space on the second line so it starts at the same point as the beginning of the li not under the bullet point that it is at the moment.

TIA

#c1 {
float : right;
width : 170px;
clear : right;
}
#c1 ul {
margin : 0;
padding-left: 0;
list-style-type : square;
color: #e5e5e5;
list-style-position : inside;
font-size : 70%;
}

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@CentauriAug 02.2007 — Add the following to your css. It sets the bullet to be outside the <li> element so the wrap aligns with the text, and adds a left margin to move the bullets back into the container. A line height on the <a> tags sorts out the vertical spacing.
[CODE]#righthand li {
list-style-position: outside;
margin-left: 15px;
}
#righthand a {
line-height: 1.2em;
} [/CODE]
Copy linkTweet thisAlerts:
@eddietheeagleauthorAug 02.2007 — Hey thanks Centauri that works fantastic! Another thing I´ve learnt ?
×

Success!

Help @eddietheeagle 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.16,
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,
)...