andreaglass
New Member
I recently wrote, designed and uploaded my first website, http://www.autismsees.com. I put it on the web today for the first time, and I realized that on many browsers the entire page looks like it is shifted to the right.This is because I used absolute positioning for all of my elements rather than relative positioning, which is usually preferred. This is a mistake I am very eager to correct, but I am having difficulty understanding how I should go about switching to relative positioning.The css of the webpage can be found at http://autismsees.com/style/stylesheet.css.I was wondering if anyone could give me a few suggestions for how I can change the stylesheet, or an online resource that would be helpful in teaching me how to do this.Thanks so much.