I am attempting to create my very first TABLELESS layout (YAY!) It's about time.
So, I've run into a snag. Already. The background image will fit wonderfully into the top left corner of the layout, which is great. I wanted to try the same background image as the background of the image I'm using. There is a gap. No matter what options I set, there is always this stupid gap between the top of the div and the top of the window.
You'll see a bit of the finger in the background, repeated. That's the one set as the body background. The one I wanted to use was the one overtop of it, the one in the menu div. I'll be getting rid of the body one afterwards if I get this to work. This shows up this way in all browsers on my system, and I have 6 different ones so far, so hey.
The numbers are to be ignored. I know what I'm doing with those. They're just already in place for what I'm doing and just so happen to be in the div I'm talking about.
EDIT: FIXED!!! I figured out that one of the elements inside the DIV I'd made "relative" instead of "absolute" so it was causing a problem in apparently all browsers except IE (which I do have, but on Parallels, so I hadn't tried it yet) Thanks to all who tried to help. I really appreciate it!