CSS - Can Someone Help Me Get Started?
I have been reading tutorials on CSS for hours on end now and to no avail have I learned anything of what would be useful to me. I am releasing my site in 5 days to the public and expect a very big turnout.
I am hoping someone can get my started on converting this from Tables to CSS. Its a very very small amount of code, and I am just hoping someone can start it (doing the layout with CSS rather than tables) so I can get an idea and finish it. Thanks so much in advance Similar TutorialsI've read a bunch of tutorials, books, and articles. I have alot of information but nothing tying all the information together in my mind so that I can make a style sheet for the positioning of my pages. I can easily effect the content style and even understand the cascade itself. Postitioning and Layout however are a completely different matter. I am hoping that I will understand after I've had some experience with practical applications... Anyway just generals for now I need 3 collumn layout with header and footer that is 900px wide and centered in the middle of the page. First of all is my code right?: <div class="bigbox> <div class="header"> <img src="banner" alt="banner" /> <div class="navbar"><ul><li>Links</li></ul></div> </div> <div class="contentbox"> <div class="left"> Pull content from DB </div> <div class="content"> Pull content from DB </div> <div class="right"> Pull content from DB </div> </div> <div class="footer"> footer </div> </div> Second how do i start positioning... Should I use absolute, normal or floats? IE is 90% of the audience so i can't used fixed. Do I even need a box around the whole page? Thanks for any help CSS coding started. Please see post #3 Here's the design: |