Hey guy's and girls of DP I was wondering if someone (or more) could tell me what not and what to do In css. For example I coded the content of a gaming temp all in CSS with div id's and classes. The main thing I did to position the content boxes in the content section was position:absolute which I figure out you shouldn't do hehe but I couldn't figure out another way to put the boxes in the content area without it looking wrong on another person screen, so If could someone or people could tell me what I should and other tips in CSS I would very appreciate it, thank you -Devin
The best way for you to learn would probably be to set divs with borders or background colors and play about with containers, floats, padding, margin etc and see what effect each item has. Absolute positioning is not they way to go though... If you could give us a brief outline of the structure/layout of your site, I can show you how I would do it which may help.
well it is up and you can view it here and as you can see it is pretty much all over the place due to absolute :/
Have you referenced the material at http://www.w3schools.com/css/ ? It's a great reference for learning CSS. This will fill you in on what to do, and what not to do for sure!