Forum Moderators: not2easy
On .html document:
<div class="thingy"><img src="bgimage.jpg"></div>
<div class="thingy2"><img src="bgimage2.jpg"></div> and in css file:
.thingy {
position: absolute;
top: 0px;
left: 677px;
image-repeat: repeat-x;
}.thingy2 {
position: absolute;
top: 70px;
left: 0px;
image-repeat: repeat-y;
}
that image-repeat does not exist, though. That's what I've been wondering. Is there any way to align several pics with CSS?
W3Schools and W3C.org only list background-repeat, but no method on how to repeat normal pictures.
Thanks
There's nothing for that in the official docs :P
Here's the site I'm working on:
[koti.mbnet.fi...]
You can see the two images on the left edge and top right, that are cut short into just one repeat (img tag).
I'd like them to extend indefinitely downwards (left one) and rightwards (top right).
Here's how it looks now:
[koti.mbnet.fi...]
Argh, this is getting on my nerves. I've spent all day on finding a working replacement for a standard, because IE does not display the worldwide standard correctly (insert a very mad face here) :P
All browsers show the first version of my site correctly, except IE. But I cannot make it not work in IE, so I'll have to redesign the whole layout so that it works in all browsers, including IE.
My original site was with frames, but IE does not display all content, like all other browsers do.
I'm now pondering on the CSS solution, but it's limited in options. Currently I'm testing out it with tables, but they're clumsy.
Here's the original site with frames, which does not display correctly in IE:
[koti.mbnet.fi...]