/    Sign up×
Community /Pin to ProfileBookmark

IE7 displays images wrong

I designed a site, [URL=”caringfriendsinc.com”]caringfriendsinc.com [/URL]. Everything displays fine in Firefox, but in IE7 the images in the center of the services page are spaced apart just a little bit. It is noticeable around the edges. I can’t seem to figure out how to fix it.

Thanks in advance.

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@tracknutSep 03.2008 — I notice you are using the default margins and padding, for all objects. My understanding is that can often show up as different spacing in different browsers. You might set margin:0 and padding:0 on either "*" or on "img" in your css, and see if that helps.

Dave
Copy linkTweet thisAlerts:
@neoseeker191authorSep 04.2008 — Well I tried padding and margin 0, with no luck.
Copy linkTweet thisAlerts:
@CentauriSep 04.2008 — This is space allowed for text descenders, as images are inline elements normally aligned to the text baseline (even when there is no text). Adding [CODE]img {
vertical-align: bottom;
}[/CODE]
should close that up.
Copy linkTweet thisAlerts:
@neoseeker191authorSep 04.2008 — It works! Thank you!
×

Success!

Help @neoseeker191 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.6,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

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