Webmaster Tips » CSS Webmaster Tips » CSS Rss Feed

< 1 2 3 4 5 >
Apr 23, 2008

Simple Double Quotes with CSS

This CSS tutorial will show you how to display two double-quote images using one blockquote tag. The trick here is apply one background image to blockquote, and then apply another background to the first-letter (pseudo-element) of blockquote..

Apr 23, 2008

3 Simple Steps in Coding a Rounded Corners Layout

What we should aim in coding is simplicity and try to avoid any unnecessary markup. Various rounded corners techniques often include several additional elements that are purely presentational. When talking about fixed width, rounded corners layout, there's no need for complications. Here is an approach to coding just that, fixed width, rounded corners layout in 3 simple steps..

Apr 18, 2008

Most Useful 50 CSS Tips And Tools List

The style of a website is defined by the CSS. CSS describes text fonts, if images must have borders or shadows, etc. Simply changing the CSS styles, you can change the appearance of your website completely, without changing the contents (text, images...).

For changing the CSS styles, there's no need to be an expert webmaster, as there are tips and tools that can ease this task.

Here you are a list of the 50 most useful tips and tools for customizing your website easily with CSS..

Apr 11, 2008
Grace Alexa

9 Advantages of using CSS

CSS style sheets have made it easier to handle web pages during web development. CSS or Cascading Style Sheets as the name suggests is a style sheet that allows you to easily link to other documents in your website. It allows you to retain control over the various elements in different web pages of your website..

Keep reading: 9 Advantages of using CSS   Tags: CSS
Apr 8, 2008
Matt Jurmann

13 Reasons Why CSS Is Better than Tables

Rating: 3.6 stars

For the past few days, we've been scouring the web searching for the top 13 reasons why Cascading Style Sheets (CSS) are superior to tables when designing a website. Some web designers swear that tables are better than CSS, while others believe that tables are ancient history and CSS is the only real solution to coding a web site's layout. Since we're one of those CSS die-hards, we've compiled a list of 13 reasons why CSS is better than tables..

Mar 3, 2008
Brigitte Simard

Planning your CSS - the definitive guide

Rating: 5 stars

The more we rely upon CSS, the larger and more complex stylesheet files become. Planning and organising your stylesheet is essential to creating a lean, manageable website. There are many ways of organising CSS code but the following are best practice...

Jan 31, 2008

CSS Gradient Text Effect

Do you want to create fancy headings without rendering each heading with Photoshop? Here is a simple CSS trick to show you how to create gradient text effect with a PNG image (pure CSS, no Javascript or Flash). All you need is an empty <span> tag in the heading and apply the background image overlay using the CSS position:absolute property. This trick has been tested on most browsers: Firefox, Safari, Opera, and even Internet Explorer 6..

Source: CSS Gradient Text Effect   Tags: CSS
Oct 30, 2007
Christine Abbate

6 Benefits of using CSS for SEO

Rating: 3 stars

When looking to optimize your website, one of the very first things you should do is take a look at your source code. Is it long and unclear? Hard to read and find what you're looking for? If so, then you probably aren't using a Cascading Style Sheet, or CSS, as it's more commonly referred to.

Using Cascading Style Sheets is crucial to your website's optimization. Here are a few reasons why..

Keep reading: 6 Benefits of using CSS for SEO   Tags: SEO CSS
Aug 27, 2007
Pete Taylour

How to beat Internet Explorer when it comes to CSS

Rating: 5 stars

I am guessing an article on this subject has been posted prior to this one, I should hope a few have! However I hope this will provide a refreshing angle on the subject and branch to some other interesting bits of stuff.

I am sure that anyone who has taken even only a few steps into web development has come across the gigantic force that is Microsoft's Internet Explorer. Even for the most experienced coders, the most popular browser of this age has always been a prominent foot across the path of our websites technological progression and the possibilities of which the internet is yet to yield. Maybe not crushing ideas, but certainly making it a lot harder to bring these ideas from paper to browser..

Aug 6, 2007
Sasch Mayer

Replace tables with DIVs and CSS

Rating: 4.1 stars

By now, most web designers are aware of the many benefits of using (CSS) to control the formatting and appearance of text elements within their web pages. Indeed, if applied properly, Cascading Style Sheets can substantially cut down the amount of code needed to present a web page in a polished and professional manner..

Keep reading: Replace tables with DIVs and CSS   Tags: CSS HTML
< 1 2 3 4 5 >