1.866.363.5633

www  . Expression - Web - Tutorial . com


CSS Tutorials:  Learn How to Build Web Sites with CSS & HTML  ~  A Place For Beginners


CSS Tips n Tricks

CSS is used to control the presentation and appearance of web pages.  The way we do this is byCSS creating Style Rules and applying these Style Rules to the HTML page elements.  Fortunately, Expression Web simplifies this process and makes the creation of CSS styles a little easier.

Yet, you have to know what each CSS Property does, and in which situations each property is appropriate.  Therefore, CSS Tips of the Week is going to help you figure all that out.

Also, be aware that we have 2 different versions of CSS that we can use. 

  • 1.  CSS 2.1 is the current Web Recommendation and is the version we will use most of the time because it is widely supported by most web browsers.  (CSS 2.1 has replaced CSS 1.  It is best to avoid CSS 1 all together.)
  •  2.  CSS 3 is the other version we can use.  For instance, rounding corners of page elements without the use of an image is done with CSS 3.  The only problem with CSS 3 is there is Internet Explorer.  All versions of Internet Explorer have ZERO CSS 3 Support.  Therefore, we have to use an alternative method to render certain effects in Internet Explorer. 

Hopefully, Internet Explorer 9 will find more CSS 3 support.

 

CSS Tips n Tricks

1.  Center a Div or a Web Page

2.  Remove the Ugly Outline from Hyperlinks

3.  What are those Gaps in my Layout? and How do I get rid of them!

Check Back again for my CSS Tips n Tricks!