You can just add the negative margin to your css file then.
Or...
You could make the css match the page that works...this is the code from the page that works and the top:221px is different from the other css
Code:
#frame1 { width:330px; height:680px; z-index:0; position:absolute; top:221px; float:left; overflow:auto; border:none; }
#frame2 { width:670px; height:680px; z-index:0; position:relative; top:101px; float:left; overflow:auto; border:none; }
You have top:242px; in the css file that doesn't work.
Bookmarks