Forum Moderators: not2easy
the problem is i cant control the auto generated code and i want to cover the left hand margin with a coloured div so as to create my own left hand margin over the auto generated one...i am able to add my own code to the generated page but cant change the code generated before that stage..
i dont see how to position a div element so it is in the same position as the current margin...if i make it relative it will just push down or up all the other code..if i make it absolute then it will only work at one screen size...
If you want to position something absolute inside another div that is centered, try adding position: relative; to the parent division before doing absolute positioning inside it. But that's probably not an answer to your question...