Replies Back to Article
Everything You Ever Wanted To Know About Web Standards, CSS and Dreamweaver but were afraid to ask
I've only looked through the first several chapters and regret that there aren't sample HTML files available for this e-book. I find myself creating CSS rules for a page layout that I only have a photo of, and I don't have the time (or desire) to recreate the starting page for real hands-on learning.
A better offering can be had with Project Seven's "Foundations" e-book; at $45, it's pricier, yet includes the e-book, source files, style sheets, extensions and editable images.
I bought this book and was very pleased with the content and examples provided. The best feature was the fact it was easy to read (I have glasses and struggle with some layouts) and found the writing style very clear. It was well worth the money and really convinced me to move ahead and focus more on CSS and a standards approach.
Great Work
Gordon Currie
I'm a fan of DMX Premium Content, but this collection of CSS-related articles simply falls short of the mark for Dreamweaver MX 2004 users.
The procedures and illustrations seem to focus solely on Dreamweaver MX, with no alternate descriptions for MX 2004. The authors may have used MX 2004 to create the work, but that is not documented in this material and is a serious shortcoming for this group. The screenshots are incorrect and the way MX 2004 handles CSS and codes the page are substantially different.
Sample Code: Each chapter in this PDF ebook is a self-contained project, logically structured so that each builds on a previous project. The source code is attached to the ebook PDF, and can be viewed in Acrobat 6 from the Documents > File - Attachments menu. (This menu is unavailable in Acrobat 5).
The CSS works perfectly in DMX 2004, as CSS is rendered by browsers, not Dreamweaver.Hi, this may help some of you who are having trouble with section 3:
The New CSS Style dialog box options are different in Dreamweaver MX 2004. The names in brackets are the names in Dreamweaver MX 2004.
Make Custom Styles (class) [Class (can apply to any tag)]
Redefine HTML Tag [Tag (redefines the look of a specific tag)]
Use CSS Selector [Advanced (IDs, contextural selectors etc.)]
The code on page 41 is wrong. The code you are instructed to copy is missing background-color: #eeeeee; layerbackground-color: #eeeeee; The code should be:
background-color: #eeeeee; layerbackground-
color: #eeeeee; border-top: 50px solid #333366; border-left:
100px solid #333366; border-right: 100px solid #333366; border-bottom:
20px solid #333366;"
The instructions give you the stylesheet code but doesn't tell you how to make a new stylesheet or how to attach it.
For MX 2004 create a new stylesheet by selecting File>>New>Basic Tab>CSS and click Create. Write your styles or for the chapter 3 example, copy and paste all the code in the chapter (pages 42-46). Save the new stylesheet in your chapters folder.
In the CSS panel, click on the Options popup menu and select Attach Stylesheet, browse to your saved file. There is also a Attach Stylesheet icon in DWMX 2004 (I don't recall if it's there in MX).
Near the end of the chapter, iN the float examples, when you add the 2 styles, In the "Define In" area, select "This Document only"
Hi Simon,
Please click on the link above in the blue properties box - Source download. You can download the code from here as well