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.
<!-- m --><a class="postlink" href="http://mt-benschop.speedlinq.nlmake">http://mt-benschop.speedlinq.nlmake</a><!-- m --> sure you don't have a new line or anything in between them.<img src=http://www.webdeveloper.com/forum/archive/index.php/"img1.gif"><img src="img2.gif">will not have a space but<img src="img1.gif">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"img2.gif">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:<img src=http://www.webdeveloper.com/forum/archive/index.php/"this/Is/A/Stupidly/long/folder/name/img1.gif"
alt="click here to do nothing forever" height="100%"
width="100%"><img src=http://www.webdeveloper.com/forum/archive/index.php/"this/Is/Another/Stupidly/long/folder/name/img1.gif"
alt="click here to do something forever" height="90%" width="100%">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:
<!-- m --><a class="postlink" href="http://mt-benschop.speedlinq.nl/kangastyle.cssSee">http://mt-benschop.speedlinq.nl/kangastyle.cssSee</a><!-- m --> something wrong here?<div id="bovenkant">
</div>
<div id="zijkanten">
</head>
<body>
and why use an image for a white line?
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.
<!-- m --><a class="postlink" href="http://mt-benschop.speedlinq.nlmake">http://mt-benschop.speedlinq.nlmake</a><!-- m --> sure you don't have a new line or anything in between them.<img src=http://www.webdeveloper.com/forum/archive/index.php/"img1.gif"><img src="img2.gif">will not have a space but<img src="img1.gif">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"img2.gif">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:<img src=http://www.webdeveloper.com/forum/archive/index.php/"this/Is/A/Stupidly/long/folder/name/img1.gif"
alt="click here to do nothing forever" height="100%"
width="100%"><img src=http://www.webdeveloper.com/forum/archive/index.php/"this/Is/Another/Stupidly/long/folder/name/img1.gif"
alt="click here to do something forever" height="90%" width="100%">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:
<!-- m --><a class="postlink" href="http://mt-benschop.speedlinq.nl/kangastyle.cssSee">http://mt-benschop.speedlinq.nl/kangastyle.cssSee</a><!-- m --> something wrong here?<div id="bovenkant">
</div>
<div id="zijkanten">
</head>
<body>
and why use an image for a white line?