This is a discussion on "Advancing in CSS" within the Web Page Design section. This forum, and the thread "Advancing in CSS are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Advancing in CSS
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Advancing in CSS
I have used CSS for some time now in my designs and templates. But I haven't moved to the CSS Layout. In other words I'm still using my tables.
Amanda |
|
|
|
||||
|
Re: Advancing in CSS
Just dive into it. Make a fake site, or play around with your own site as a backup. You'll never grasp it until you do it.
|
|
|||
|
Re: Advancing in CSS
There are two types of CSS positioning, static and fluid.
Static sites are pretty straight forward since everything gets set parameters. This is a good place to start. Study absolute positioning and the basic box model and your all set. Static sites can end up more elaborate since font sizes and browser widths will never affect the layout due to the set parameters. Just remember... 760px is your friend. Fluid is a whole other ballgame and you won't find a lot of people doing them because it requires a lot of yelling, beating the keyboard and preparing your gun if the last css variable doesn't make something line up. I prefer fluid because it's a challenge. There are a lot of things you have to consider when doing fluid because it's a lot different then static. There are so many changing variables that it can be overwhelming. You will need a very detailed understanding of floats and a more thorough understanding of the box model dealing with padding and margins and how floating affects things. You need to fully understand fonts and how they relate to px's, em's and %'s. And this is just scratching the surface. The other thing to remember, is that CSS/XHTML is about creating a well structured document. Learn about proper Headings, paragraphs, etc... Good luck. Another awesome friend is... W3 Schools on the net. Last edited by mreine; Jan 28th, 2006 at 22:24. |
|
|||
|
Re: Advancing in CSS
Quote:
|
![]() |
| Tags |
| advancing, css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tactical Advancing mod | casho | Free Web Site Critique | 5 | Feb 6th, 2008 15:16 |