Search Content

Articles Categories


Advertisements

Partners


Blog Tags


Popular Articles


HTML Code - Stick To The Markup Style
2008-06-20 01:46:53

One of the biggest headaches in managing the code side of Web design is the variations that exist in how markup is formatted. I don’t mean how it will look on display, but how the code itself is formatted behind the scenes.  Read more

Posted into CSS / 0 comments »

CSS navigaton Lists
2008-06-17 06:12:59

Lists for navigation make sense, because navigation boils down to being a list of links, no matter how it appears visually on the page.  Read more

Posted into CSS / 0 comments »

CSS Layout Basics
2008-06-17 05:16:08

Several terms and concepts are referred to throughout this chapter, so it’s good to let you know them up front  Read more

Posted into CSS / 0 comments »

Bringing CSS and XHTML Together
2008-06-02 01:08:01

I've mentioned that HTML and XHTML documents have an inherent structure, and that's a point worth repeating. In fact, that's part of the problem with web pages of old: too many of us forgot that documents are supposed to have an internal structure, which is altogether different than a visual structure. In our rush to create the coolest-looking pages on the Web, we bent, warped, and generally ignored the idea that pages should contain information with some structural meaning.  Read more

Posted into CSS / 0 comments »

Positioning
2008-05-21 08:03:50

There are four types of positioning: static, relative, absolute, fixed. The element's box is generated as normal. Block-level elements generate a rectangular box that is part of the document's flow, and inline-level boxes cause the creation of one or more line boxes that are flowed within their parent element.  Read more

Posted into CSS / 0 comments »

Cross-Browser Indentation in Lists
2008-05-22 00:33:02

Writing Cross-Browser Indentation in Lists. Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding, while Internet Explorer and Opera pad a list through the margin of a list.  Read more

Posted into CSS / 0 comments »

Element Boxes
2008-05-20 05:06:24

The Box Model description and basics for block level elements  Read more

Posted into CSS / 1 comments »