I am having some difficulty with an image that I want to position using CSS.
I need the image to sit underneath a table structure, such that it straddles between a TD divider (hence it couldn't be applied to a table element).
I got it to work fine in IE5, but since looking at it in IE5.5 and also IE6, it just does not appear.
In addition it does not work in Opera 5 or Netscape 6, so something is wrong.
Here is the syntax used:
.homePageBGImage {
width:280px;
height:347px;
background:url("/category/_bgimages/woman-carrying-shopping.jpg") 0px 15px no-repeat;
}
So, in IE5, it is positioned exactly where I want it. The image is fine.
Please note: I am running this over a server, so there should be no issues regarding the referencing of the file from the root directory.
I am really desperate for any help people can provide on this ...
Many thanks
Ian





Bookmarks