Tag: css

Five Ways to Dynamically Improve Functionality

Five Ways to Dynamically Improve Functionality

Are the functionality techniques you’ve been using a bit drab of late? Perhaps you have been meaning to add dynamic functionality to your websites, but you can’t seem to find a good solution.  No problem. I’ve gathered up a few techniques good for any website and especially, suited to take your interactivity skills to a [...]

Leave Your Comments »

CSS web design techniques to die for

We are big fans of CSS as you know.  We have showed how it is superior to table design layouts, in every conceivable way.  It is so easy to modify design, allow implementation of several designers to work on different aspects of a web design, and it allows seperation of design elements.  What is not [...]

Leave Your Comments »

Why you should use CSS rather than Tables, in web design. Part 2

In part one of our guide, we stated some good, solid reasons, why you should use CSS over Tables, largely focusing on download speeds, cost, and ease of modifications.  Just in case you are not convinced, here are some more reasons that should tip the balance. Accessibility is high on the agenda of nearly everywhere [...]

Leave Your Comments »

Why you should use CSS rather than Tables, in web design. Part 1

Though some web designers believe that Tables are a superior tool to CSS in designing lay out, this opinion is in the minority.  Though CSS cannot be used to structure a website in itself, HTML or XHTML, should be used for this, it still should be the tool of choice when it comes to lay [...]

Leave Your Comments »

Pseudo-classes and Pseudo-elements in CSS

As CSS gains in popularity for its numerous advantages in constructing layout, it is important that as a designer, you get your head around some of the fundamental elements of cascading style sheets.  Pseudo-classes and pseudo-elements, are necessary concepts to understand when developing a website, using CSS. The main reasons for this, is that pseudo-classes [...]

Leave Your Comments »

Syntax Rules for CSS

CSS has some great admirers among the web community, and many developers are using CSS to great effect in more creative ways.  If you are yet to come across CCS, there is no doubt that you soon will.  What follows, is a guide on some of CSS’s basic syntax rules. Selectors, are elements that are [...]

Leave Your Comments »