Being in Web Design and Implementation, I am often tempted to use the OLD version of tables for organization. I guess it is because I am not used to the using absolute, float, and relative, yet. I have to play around with the content in order to make these work, but like I always say, "PRACTICE MAKES PERFECT"!
Here are some cool notes:
CSS Positions:
Relative
-places an element at an arbitrary location in the page
- container is positioned relative to its usual position
- property's include top, left, right, and/or bottom
- Use em or %, not px
Absolute
- positions an element relative to its position in the page
- property's include top, left, right, and/or bottom
- removes data from the container on the page and allows us to place it anywhere we want
Static
- doesn't move from original position
Fixed
- Similar to absolute
- Computed in respect to the viewpoint
- stays on the screen
- not supported in Explorer
Finally
- Useful for multi-column layouts
Other CSS tags:
Overflow - tells the computer what to do when the container overflows
z-Index - allows for layering
Float
- often the best solution for pages
Tips:
- Set Padding and Margin explicitly
skip to main |
skip to sidebar
A detailed look at various design and programming projects by Ihudiya Ogburu.
Wednesday, March 19, 2008
Subscribe to:
Post Comments (Atom)
About
Labels
- 2D Graphics (1)
- Accessors (1)
- Array (1)
- ArrayList (1)
- Conect Four (1)
- Constuctors (1)
- Coworkers (1)
- Cryptography (1)
- Do While (1)
- Facebook (1)
- For (1)
- graduation (1)
- If/Else (1)
- Information Technology (1)
- interviewed (1)
- Java (1)
- Java Beans (1)
- Java Collections (1)
- Java Logic (1)
- Java Loops (1)
- Java Objects (1)
- Jobs (1)
- LinkedIn (1)
- Mock-Up (1)
- Mutators (1)
- Myspace (1)
- Network Security and System Administration (1)
- OLPC (3)
- Open Source (3)
- Pico Cricket (1)
- programming (2)
- Python (1)
- RIT (2)
- Rochester Institute of Technology (1)
- Security (1)
- Social Networking (1)
- Switch (1)
- team-based application development (1)
- TikiWiki (1)
- tutorial (1)
- While (1)
Blog Archive
Copyright © 2009 Design-The Process | Design: Luka Cvrk | BloggerTemplate Converted by BloggerThemes.Net
0 comments:
Post a Comment