i decided to give up on iframes because i'd rather just have new pages. i am trying to fool around and make columns on the page that do not run out so i put this in my style codes:
div.sidebar {position: absolute; background-color: DeepPink; z-index: 99; top: 0px; left: 0px; width: 200px; height: 100%; margin-left: 100px; padding-left: 6px; padding-right: 4px; padding-top: 6px}
div.maintext {position: absolute; background-color: silver; top: 0px; left: 300px; height: 100%; width: 60%; margin-right: 100px; padding-left: 10px; padding-top: 6px;}
and then i referenced them within the document. the only reason they are the weird colors is so i can see them, but my problem is when i put a lot of text into either side it eventually ran out past the color. does anyone know why it did that? i just want to be able to have a spot with an unlimited amount of room that i can bring all the way down the page, but by using the colors i saw that it does not work that way for some reason. i hope this makes sense! thank you everyone, im new at this and i have searched google a million times for css & just come up with the same information on things i already know. thanks again!



Reply With Quote


Bookmarks