Posts Tagged ‘css’

Inline-Block vs Float

Inline-Block vs Float to knowInline-block and float seems to be alike at first sight. What is more, both these statements can be used to accomplish the same visual effect. You can use them both to create a whole range of other commonly used web patterns. Let’s try to find the differences that help you to make the right choice.

Continue Reading...

IE6 CSS Fixer – inline-block

IE6 CSS Fixer tips to knowSuppose it is unnecessary to explain in details the specifics of the inline-block display value. The main problem with it is that it has no support in older browser versions. IE6 and IE7 have partial support only while FF2 has –moz specific support. Let’s try to use the following to fix the problem…

Continue Reading...

Structure vs Semantics in HTML

Structure in HTML tips to knowMany web developers still use HTML as the best way for constructing to add CSS, javascript and some other enhancements to their web documents. However, more and more people start talking about semantic value of HTML. Sometimes, we take the advice too literary and this may lead to various unnecessary problems with HTML.

Continue Reading...

How to Create Triangle in CSS

Create Triangle in CSS tips to knowSome web developers use extra wrapper with a background image over empty elements every time they are trying to create triangle. There are several techniques to create triangles in CSS and here are some of them to try. Using the following tips you will take advantage of a browser drawing the borders at angles.

Continue Reading...

Spreading List Items Techniques

Spreading list items tips to knowSometimes even a simple issue can become a real problem with CSS. The main thing is to make it cross-browser. One of such examples is spreading a list evenly across the total width of the container. Let’s try to solve this step by step. Note that any improvements are welcome.

Continue Reading...

Class Attribute

class attribute tips to knowClasses help you to structure your document as well as add semantic meaning to elements where html falls short. It is better not to apply too many classes on one single element and avoid classes that contain behavior instead of semantic meaning. In case you use the class attributes correctly, you will get flexible and future proof structure to your documents.

Continue Reading...

The Address Tag

Address Tag tips to knowTrying to be a professional web designer we try to learn everything necessary about web standards and even more. Now you know a lot about screen readers and people with disabilities browsing the web, how machines differ from humans as well as about semantics and syntax. All this is quite useful.

Continue Reading...

At-Rules to Consider

At-Rules to knowAt-rules are instructions or directives to the CSS and can be used for a variety of purposes. There are quite a lot of facets specific to the page at-rule. However, many at-rules don’t work on any browser, so we offer you the basic information concerning at-rules that help you to get the idea without wasting your time on reading a lot of stuff.

Continue Reading...

Page Layout

Page Layout to knowHere you can find some general information about position and floating. The main issue of this article is the larger chunks of a page. However, you can represent any web design with the right combination of positioning, floating, margins, padding and borders. Just look at each part of the page as individual chunk.

Continue Reading...

The Display Property

Display Property to knowThere’s nothing special about how most of HTML elements work. Thus, you can make up most pages from a few tags that can be styled as you wish. The browser’s default visual representation of most HTML elements consist of varying font styles, margins, padding and display types.

Continue Reading...