Frames question

Hello, Ok the thing is i want to do frames for my web page and i need help. I all ready did a background image and silce it in photoshop. The problem is when i in put the image in their own frame it wont fit. There is always a space on top and the side. I use dreamweaver mx. So what i did next was to each frame i set the images as backgrounds and that worked great, but when you maxed the window it will repeat the patteren. i have a specific size i want the window to be and that dont work either. if you understand my question can you please help me

Here is a web site that i want to the same thing. If you could just look at and see what i am talking about.

thrice.net

in your body tag, if you insert topmargin=“0” and leftmargin=“0”, that will eliminate the top and left space.

you can use div layers!

<div style="position: absolute; top: 0px; left: 0px; width: 0;">

[edit by lostinbeta]screwed up the layout… had to fix it[/edit]

<div style="position: absolute; top: 0px; left: 0px; width: 0;">