TEXT." />

Making div fixed vertically but glued to the page's border horizontally?

Position: fixed; right: 0; top: 50% Edit: try inserting this div as the first child of your div id="content div class="right-tab">TEXT.

Position: fixed; right: 0; top: 50%; Edit: try inserting this div as the first child of your ... TEXT CSS: . Right-tab { position: fixed; top: 50%; width: 1100px; background-color: red; text-align: right; } That should get you started. The width will specify how much past the content you want your tab to show (so in this case it's about 100 px).

The red background is just so you can more easily see the div.

– George May 28 '10 at 16:07 And right: 0 does not work, because the div has to be glued not to the window, but to the page's frame (that is other div) as in this image: binarymark. Com/layexp. Png – George May 28 '10 at 16:08 Try what's in my update.

– MДΓΓ БДLL May 28 '10 at 17:08 +1, works. Could be cleaner, but it works. – ANeves May 28 '10 at 17:21 1 No problem.

Other people's work is just so much more fun than my own! – MДΓΓ БДLL May 28 '10 at 20:44.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions