javascript - Extend image by viewpoint beyond DIV container -
I have a black rectangle, I want to extend the full left-to-right horizontal approach. The problem is, I have Div Container (980 pixels), I can not change (long story - originally I'm using software restriction).
style = "position: fixed; left: 0%; width: 100%; height: 300px" this works, but I I have not been left with a certain rectangle that I do not want The entire position extends up to 980 px (controlling the DIV container). Any suggestions? Js?
Any information that you can provide will be highly appreciated. Within your stylesheet you will need to change the parent div (980px div) into position: Static:
# parentDiv {width: 960px; Status: Stable; } #fullWidth {status: Completed; Width: 100%; Height: 300px; Background: # 000; Left: 0; }
Comments
Post a Comment