Hey, I'm redesigning my website and I want to do it with DIV and CSS. I do use CSS for my current design so I'm mostly concerned with learning DIV. Where is a good place to start learning? Any suggestions? Thanks NIma
I don't want tutorials on CSS, rather DIV. I did search google, but i was wondering if any of them have better explanations that you guys know about
ndesign-studio.com/resources/dreamweaver/basic-css-tableless/ really basic though, if you just start with divs it could be usefull
The subject you really want is html. For css to work properly and well requires well structured, semantic and well formed html. For people moving from table based pages to a more correct use of css for layout, the most difficult part seems to be relearning the proper use of html. A table based page's html cannot be well structured nor semantic; though it can be well formed (valid). The div element is simply a container for other elements that are to be treated as a group. It is semantically neutral, so should not be used to mark up content. That's what the semantic tags are for. cheers, gary
I started learning CSS and other fundamentals in web here, great site. Also try this for advance users: www.w3c.org Another tip: Participate in forums, there are advices that can help you increase your level in web design
probably the easiest place to learn, you need to change your way of visualizing your layout to the box model http://www.w3.org/TR/REC-CSS2/box.html good luck
I'm trying to re-design my website (Blacksburg Poker). Besides the new look I am giving it, I want it to be mostly with CSS and DIV. Any suggestions are welcome. Right now Im stuck in getting the left menu to be at the right place. I want to use DIVs so that I can have the content of each web page above everything else (in coding) but of course that wouldn't be the case in the design. Thanks Nima
Having such links for startup... try getting an ready DIV-CSS site for study... practical teaches more..
Create code and ask specific questions International Web Developers Network is a great place in learning code by asking questions.
How does the guy from the http://www.htmldog.com/guides/cssbeginner/ site insert his google ads, as if they are part of the layout? What CSS code does he use? Thanks