Simple CSS Tips
I’m always on the lookout for CSS Tips that might help you with your site design and make your work a little simpler. Simple CSS Tips that Go a Long Way has a few suggestions you might want to try out....
View ArticleCSS Box Model: The Foundation For Improving Your CSS
CSS Box Model Illustration The CSS box model lies behind everything you do in CSS. Every element is defined by a rectangular box that encloses that element. Understanding how the box model works is a...
View ArticleWhat is browser chrome?
Browser chrome does NOT refer to Google’s addition to the browser market – Google Chrome. Browser chrome refers to the borders of a Web browser window, which include the window frames, menus, toolbars...
View ArticleAre You Following the Principles of Top Notch CSS Design?
Cascading Style Sheets – or CSS for short – allows web designers to separate the presentation of their sites from the content. CSS can be used to style any element of your page or place the elements on...
View ArticleHTML / CSS Template Creation Tips and Tricks
NEW: From the Factory Tutorial — Today we are going to look at some tips and tricks you can implement when creating an (x)html & css template. Hopefully these tips will increase the overall quality...
View ArticleStructural Naming Convention in CSS
Found this interesting and informative post on the Six Revisions blog which is part of his CSS Tips series. Structural naming convention means that you name elements by describing what they are, rather...
View Article7 tips to organize your CSS
Always on the lookout for articles on Cascading Style Sheets – CSS for short – I ran across this one this morning, 7 tips to organize your CSS. Do you already have a method for organizing your CSS? If...
View ArticleHow to adjust the spacing of the paragraph tag using CSS
The <p> tag defines a paragraph. The p element automatically creates some space before and after itself. The space is automatically applied by the browser, or you can specify it in a style sheet....
View ArticleOne DWT – Two Separate “Looks”
On a recent makeover of the Migrating from FrontPage to Expression Web site, we wanted to use the same DWT but give the site two distinctive looks. WHY? Because Migrating from FrontPage to Expression...
View ArticleRemember The Order of Margin/Padding Shorthand with TROUBLE
Quite often when I am working on a site or designing templates for others, I use the following set of style rules which is considered css shorthand. .imgrgt { padding: 5px 0px 5px 10px; float: right; }...
View Article