Tag Archives: CSS

Marking up breadcrumb navigation

code{white-space: pre;} ol#breadcrumbs{ list-style-type: none; margin: 0px; padding: 6px 3px 4px 3px; font-size: .8em; display: block; border: 1px solid #ccc; background-color: #eee; } ol#breadcrumbs li{ display: inline; white-space: nowrap; margin: 0px; padding: 0px; } ol#breadcrumbs li:after{ content: ” > “; … Continue reading

Posted in Web design and technology | Tagged , , , | Leave a comment

Diagram of XHTML, CSS, JavaScript as types of code in a web page

I’m thinking of using this diagram in an XHTML class I may be teaching in a couple weeks. The idea is to put XHTML, CSS, and Javascript in context with each other—yet to also illustrate that they are separate types … Continue reading

Posted in Web design and technology | Tagged , , , | Leave a comment

Why use CSS-based layouts?

Continue reading

Posted in Web design and technology | Tagged , | Leave a comment