
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Wednesday, July 02, 2008 – Permalink – Very Clever CSS PlaygroundI didn't know you could do that!"This site documents my attempts at understanding and exploring the possibilities of CSS. From standard navigation links to my more bizarre experimental techniques.
Here are two of the examples demonstrated: Also: (I haven't figured out how to use situational CSS in a blog, so you'll have to go to Stu's site to see if the guy gets to the other door.) <Doug Klippert@ 4:52 AM
Comments:
Post a Comment
Saturday, June 21, 2008 – Permalink – CSS Crib SheetInformation rich siteWhen you get serious about web design, CSS or Cascading Style Sheets will add flexibility to your toolbox.
"You will no doubt come across many quirky layout issues when building a site with CSS. You'll end up banging your head against a wall time and again. This is an attempt to make the design process easier, and provide a quick reference to check when you run into trouble." And: A Roadmap to Standards "The old-timers had to figure out the hard way all the tricks and techniques we now take for granted; lucky folks who came in later (myself included) can benefit from their sweat and tears. The RSS link is here See all Topics internet Labels: CSS, Expression, HTML <Doug Klippert@ 5:09 AM
Comments:
Post a Comment
Monday, June 09, 2008 – Permalink – Low VisionScreen-magnification or zoomCreating a Web site that accommodates people with low vision should be a goal of designers. Accessibility laws require it in some cases. The online magazine AListApart.com, has some interesting articles: Big, Stark & Chunky "[Participants] told us that they often copied and pasted material into Word where they could enlarge the font even more and make it bold, thus rendering it easier for them to see." "We have not done a good job of catering to these screen-magnification or zoom users. Using CSS, it's easy to do, as we shall soon see. And moreover, using CSS to develop zoom layouts is almost exactly what developers of handheld and PDA browsers are doing in their quest for small-screen rendering of wide, multicolumn web pages." Also: Web Accessibility See all Topics internet <Doug Klippert@ 8:09 AM
Comments:
Post a Comment
Monday, January 21, 2008 – Permalink – Page-break CSSBefore or afterYou can put a break on a web page like you can in a document. A Cascading Style Sheet makes it simple "The stub-ends left when paragraphs end on the first line of a page are called widows. They have a past but not a future, and they look foreshortened and forlorn." Orphans are parts of a paragraph that begin on the previous page. An orphan has a future, but no past. The only paging properties supported by Internet Explorer 7, Safari 3 and Firefox 2 are page-break-before and page-break-after. Etiquette of Pagination See all Topics internet <Doug Klippert@ 6:23 AM
Comments:
Post a Comment
Thursday, October 11, 2007 – Permalink – Guide to CSSMap through the forestDustin Diaz: "Ok. Let's set the record straight. There is no official guide for each and every CSS shorthand property value. So let's work together and put one together shall we? CSS Guide See all Topics internet <Doug Klippert@ 8:06 AM
Comments:
Post a Comment
Saturday, August 18, 2007 – Permalink – CSSCascading Style SheetsAs a web page is formatted in FrontPage, the style choices are applied to each element. To format the body of the page, the HTML code might be: <body background="blue" color="white" font-family="times, serif" font-size=10pt>Every page on the site would need to be coded this way in order to have a consistent look. Cascading Style Sheets will simplify the problem. On an external page the elements can be defined like this: body {Each page would contain a reference to the CSS definitions: <head>When the element "body" is used it will now use the CSS references. For more information see: Using Cascading Style Sheets on Your Web Site David Berry and Eric Meyer's Site In this Blog: CSS Links and: More Cascading Style Sheet Help [Edited entry 9/4/2004] See all Topics internet Labels: CSS, Expression, HTML, Layout <Doug Klippert@ 6:53 AM
Comments:
Post a Comment
Monday, March 19, 2007 – Permalink – Menus Via CSSCode and directions
Build a Flexible CSS Web Navigation Architecture See all Topics internet Labels: CSS <Doug Klippert@ 7:18 AM
Comments:
Post a Comment
|