Thanks guys, for the help you've sent me. For working with band's myspaces, I found a solution that will make my life easier. Or at least I thought. I have A DIV Banner for the Band. It goes over everything else, and is positioned at the top. So as you could imagine, I need to move the actual profile down, so things such as the band member and upcoming shows box is visible. The Code I used was great...IN FIREFOX. But, when I previewed the Profile in IE7, the div was WAAAAAY off to the side (and nowhere near the top, for that matter), the tables were now covering the div, and everything was just...not right. In firefox, the code worked great. Div was top center, over everything, and the profile cleanly moved down without a hitch. I am working on a VERY tight deadline, so could you please get to me super quick if you know. Once I have this figured out, I believe it will be my last major conflict, for bandspaces at least. So please, answer away. Why does the code below work in FF but not IE? Is there a way to make the code work in both? Or is there another code I can use to achieve what I am trying.
<style>
.a {move left column}
object, embed,
table table table {position:relative; top:1066px;}
table table table table {position:static;}
.a {move right column}
td.text table {position:relative; top:1066px;}
td.text object, td.text embed,
td.text table table {position:static;}
</style>
You most definitely don't have to, but feel free to include your email, so I can ask advice on how to apply your suggestion. Thank you. =)
I would also prefer help such as a code and explanation rather than just a link to a site.
<style>
.a {move left column}
object, embed,
table table table {position:relative; top:1066px;}
table table table table {position:static;}
.a {move right column}
td.text table {position:relative; top:1066px;}
td.text object, td.text embed,
td.text table table {position:static;}
</style>
You most definitely don't have to, but feel free to include your email, so I can ask advice on how to apply your suggestion. Thank you. =)
I would also prefer help such as a code and explanation rather than just a link to a site.