Thread: CSS image help
View Single Post
Old 01-31-2013, 05:22 PM   PM User | #4
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,498
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
Ian, I'm using firefox ver 18.0.1 and your site has no nav menu on the side. All I see is an image and then a centered strip that 610 px wide that contain words and images until you get to the words
Quote:
These are key skills that stay with our students for life whatever paths they
at that point the strip goes to 444px by sucking in the right side.
Think you lost your css styling.

OK I found your problem. Stop using position:fixed; position: relative; or position: absolute; Use the normal flow of html and I think you'll solve all your problems.
BTW the nav was under the strip because you used position: fixed; on it. I have a 1440px wide screen and mine is small.

Last edited by sunfighter; 01-31-2013 at 05:29 PM..
sunfighter is offline   Reply With Quote