coding is so goofy bro why does one html file have "right: 100%" actually work but the other one has to have me putting "left: 690px;" for it to even go RIGHT??? is my html file southpaw or something like what??
well first of all, right:100% doesnt seem to be doing anything at all for that side bar because its position is static. as for the other one try setting the parent to position:relative and the sidebar to position: absolute; right: -200px; or so
"opposites day!!" ahh.... and im sure opposites day is supposed to be wednesday. its a friday
well first of all, right:100% doesnt seem to be doing anything at all for that side bar because its position is static. as for the other one try setting the parent to position:relative and the sidebar to position: absolute; right: -200px; or so
I tried that. i even put position relative. it still didnt work at all so i just put left: 690px
and i never even put "position: static" when it said it was so idek whats going on