box-shadow

It seems like more and more website want to have the newest look and the newest techniques involved with them. A really cool technique that I use quite often is the CSS3 Box Shadow. This is kind of like doing a drop shadow in Photoshop except it is done with CSS. Why should you do a drop ...

css-positioning

Positioning in CSS is extremely simple and for most sites not needed but can be used to create a neat overlapping image effect or maybe an advertisement that scrolls with your browser. There are a lot of developers that use positions way to much in there development. You do not need a position on everything. In fact ...

internetexplorer9

As a web developer I have found it to be difficult to keep up with all of the Internet Explorer issues, mostly from Internet Explorer 6. In the web industry, there have been many advancing technologies that address the issues that IE can cause. For instance one of the newer developments is the Google Chrome Frame. This ...

No Image

There is a lot of websites out there that can teach you how to build a website but to make it easier on you I have come up with a list of some good places to start looking. http://www.htmldog.com/articles/ http://cssplay.co.uk http://w3schools.com http://www.csstutorial.net/ http://www.echoecho.com/css.htm I have found those really useful. If you have any more please leave a comment with them. Some thing that I ...

css-styles

I have been checking on the Google Keyword Tool on what people are searching for in the area of CSS and I have found many things that can pertain to css. Some of the thing that people are searching for are as follows: css how to, css examples, css example, learn css, css page, css stylesheet, css layout, css tables, ...

css-styles

Last time I talked about some problems now I am going to talk about some easier ways to write some code. These are just some things that I have come across that might help the beginners. When I first started coding in CSS I wrote everything out the long way and I know you beginners are saying there ...

css-styles

This is a post for all the people that are new to css and are maybe having some troubles understanding it. One of the biggest things I had a problem with when I started css was understanding the difference between internal css, inline css, and a style sheet. Some of the things that I had a problem with ...