Download presentation
Presentation is loading. Please wait.
Published byJasper Norman Modified over 9 years ago
1
Styles for webpages
2
Multi-column layout #navcol {position: absolute; top: 5px; left: 5px; width:260px; background-color: black; border:none; z-Index:0} #maincol {position: absolute; top: 5px; height: 550px; left: 250px; width:450px; z- Index:0; visibility:visible; border:none; #rtcol {position:absolute; top: 100px; left: 708px; z-index:0; visibility:visible;}
3
attributes Position – Absolute - relative to the first parent element that has a non-static position – Relative – vs. its normal position – Fixed – relative to the browser window (so it does not move with scrolling) – Static – normal flow
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.