Hello,
I have spent some time googling to find the answer, to no avail. The project I'm working on currently seems to work perfectly in all browsers. However I was asked to add a border (image) on the side of the page.
The URL (without border) is www.truecanadianhealthproducts.com
When I try to add the border to the side, it seems to work fine in Firefox and IE8, but in IE6 - of course not. Here's what it looks like with the border:
http://74.56.12.152:85/
The code I use for the vertically tiled background part is:
<div style="position: absolute; left: 610px; width: 182px; height: 100%; background-image: url(image.jpg);">
This is placed within the container div. It was the only way I could get it to work even in Firefox.
Does anyone know if there is actually a way to make it work with IE6? Or should I just forget about it? Any help would be greatly appreciated! I'm somewhat of a noob, I figured out most of what I needed along the way.
anxiously awaiting any comments, criticism or suggestions that anyone may have.
|