Catagory: Web Design tips and tricks

Pin footer to bottom of browser

September 12th, 2010

Pin your footer to the bottom of your web page for certain design aspects.

Read More...

CSS Id and Class

When do you use classes and ids in css?

Read More...

Centering objects with CSS

Centering with CSS is a challenge for many beginning web designers. That is because there are so many different ways to center things and not all techniques work on every element. But it’s a good idea to learn how to center things with CSS because using the HTML <center> tag is deprecated and may not be supported in the future.

Read More...

CSS Box Properties: Think INSIDE the Box

Think Outside the Box” – this has become such a cliche in business, but in CSS you want to stay inside of it.

Read More...

CSS Media Types Create Print-Friendly Pages

CSS Media Types Create Print-Friendly Pages

Read More...

Using percentages for font size

If you set your font sizes to percentages, this will insure that your pages are readable and look good no matter how your readers have their settings.

Read More...

Dreamweaver is supporting CSS better in CS4 & CS5

Dreamweaver is making it easier to design your pages with CSS. They are now supporting the CSS in the editing of your site.

Read More...

Dont use deprecated tags

Beware not use deprecated tags in your HTML code. Eventually the browsers are not going to render these tags which could make your page break.

Read More...

Be Careful when saving files from CS3, CS4, and CS5 Adobe applications!

Make sure when you save your files from InDesign that you export to earlier CSS Interchange file (INX) extension.

Read More...

CSS3 will support multiply Background images in one background Property!

Did you know that css3 will support multiply background images in one background property?

Read More...