im currently coding my own website,
http://www.angelfire.com/ma4/mtg0/Site/index.html, and my problem is with the main, middle <div> tag. i'm using an iframe in it because i don't wish to manually change the left/right windows on every page, so this way i can change just the one page, pretty simple right? well i'm having trouble with trying to size the iframe/<div> using the Content element. basically, even though i've put both heights to 100%, it's choosing a height that is smaller than it should be at 100%, it cuts off my content in the window. i've tried giving the file displayed in the iframe tag a static height, say 400px, but the 100% heights for the parenting tags don't respond, probably because i' displaying the entire file, and not just the text of that file. can anyone give any input to why it might be doing this? only way i can get the height of the window to change is to change the height in the #Content element in my .css, is to change it to a static height using ##px.
this may be confusing, just ask about a certain thing and i'll explain it as best i can.
also, i'd like for my gallery to work correctly in firefox, is there a way to do this without falling back to tables?