WebDesign Tips

The tips I came across while working on my own website.

 

CSS Tips

May 2006

I finally manage to redesign my site to smoothly work with Firefox and IE and also to fit different size screen views. I used the info I found at this website: Liquid Layouts the easy way.

The following tips are what I learned during my redesign.

  • When creating a frame to hold classes with content it is important not to add any padding or it will throw off the design
  • When creating content that is the whole width of a page and working in percentages, 100% will make the content to wide. I usually give a left margin of 3% and then the final width of the content ends up around 93%. I have no idea why that is so.