home » design resources » Archives for development

Tag Archives: development

Orlando Web Design: CSS Page Layout – Understanding CSS Positioning

Orlando Web Design & Development CSS Page Layout: Understanding CSS Positioning There are 3 ways of creating CSS layouts: Using floats & margins Using absolute positioning Using relative positioning So, what technique should you use? Without a doubt the easiest … Continue reading

Posted in orlando web design | Tagged , , | Leave a comment

Orlando Web Design: Absolute Vs. Relative CSS Positioning

Orlando Web Design & Development 1. Position property: The “position” property specifies the type of positioning method used for an element PROPERTY POSSIBLE VALUES EXAMPLES position absolute, relative, fixed, static, inherit div { position: absolute}div { position: relative} 2. The … Continue reading

Posted in orlando web design | Tagged , , | 2 Comments

Orlando Web Design: HTML5 for Beginners Lesson 4

Orlando Web Design & Development 1. The box model In CSS, the term “box model” is used when talking about design and layout:

Posted in orlando web design | Tagged , , | Leave a comment

Orlando Web Design: HTML5 for Beginners Lesson 2

Orlando Web Design & Development 1. Website Organization & Structure:

Posted in orlando web design | Tagged , | Leave a comment