/    Sign up×
Community /Pin to ProfileBookmark

Wht does IE seem to hate me? -> unwanted space between bg-images

I’m trying to build a website. But IE bugs me.
I’ve got 2 bg-images and they should look as one.
They do in Mozilla. But IE puts some space between them, and I can’t get rid of it. ?
Help me please.
[url]http://mt-benschop.speedlinq.nl[/url]

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@scragarMay 05.2005 — make sure you don't have a new line or anything in between them.[code=html]<img src="img1.gif"><img src="img2.gif">[/code]will not have a space but[code=html]<img src="img1.gif">
<img src="img2.gif">[/code]
will. if your having trouble geting the html to look right remember that new lines inside of tags aren't interprited to mean anything unless in quotes:[code=html]<img src="this/Is/A/Stupidly/long/folder/name/img1.gif"
alt="click here to do nothing forever" height="100%"
width="100%"><img src="this/Is/Another/Stupidly/long/folder/name/img1.gif"
alt="click here to do something forever" height="90%" width="100%">[/code]
Copy linkTweet thisAlerts:
@MattimattauthorMay 05.2005 — I'm using css for my background-images. And it doesn't help if I put the <div id="..."> right next to eachother...

So still: help!

Here's the style sheet:

http://mt-benschop.speedlinq.nl/kangastyle.css
Copy linkTweet thisAlerts:
@FangMay 05.2005 — See something wrong here? &lt;div id="bovenkant"&gt;
&lt;/div&gt;
&lt;div id="zijkanten"&gt;

&lt;/head&gt;
&lt;body&gt;

and why use an image for a white line?
×

Success!

Help @Mattimatt 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.4,
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,
)...