Showing posts with label header file. Show all posts
Showing posts with label header file. Show all posts

Feb 17, 2010

Header for Website

I wanted a standard header for our website that shows up on every page. I knew that the style sheet could help me achive this. It has been a while since I wrote a .css file.

I first tried to have the style sheet just float the elements of the header. Then I was using an absolute positioning. But this involved a lot of code and jocking back and forth between the style sheet and the website to look at each change.

Then I thought there had to be an easier way. I finally looked at the book to see how other sites handled this. It is an Image that is called from the html file. The Style sheet holds the other information like positions and colors about the header. DUH!

I could have used this tutorial too.