I have attached my Html Code, Css code and a snap shot of my design. I have a black box on my snap shot to indicate were I will be incorporating video into my site.
What I've been trying to do is make the black box a fixed div and then it will be easy for me to incorporate my video there. I'm having a problem being able to have that div be in the fixed position that you see in my snap shot.
What happens now without the div being in a fixed position, when I adjust my browser the black/div doesn't move when the rest of the content it slides across my screen. I wanted to know does anyone have a solution or the code that I can place to achieve the fixed position based on my code and snapshot. Please review my code.
The reason it's not working is because you have everything absolutely positioned!
That's a bad idea and WILL cause problems in IE6 and 7. Learn to use the document flow and floats instead of nailing everything in place.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!