Hello! I am brand new to positioning with CSS. I'm trying to lay out a site, and everything is where I want it to be, except the website isn't scrolling. I'm not sure what I did wrong. Can anyone help? Thanks so much!

Here is a link to the site:
http://www.sarahgless.com/kls/39.html

Recommended Answers

All 2 Replies

.wrapper {position:absolute; top: 0px; left: 50%; margin-left: -425px; text-align: left;}

By making
position:absolute;
in your 33.css file, it is working.
Is this what you want?

.wrapper {position:absolute; top: 0px; left: 50%; margin-left: -425px; text-align: left;}

By making
position:absolute;
in your 33.css file, it is working.
Is this what you want?

Yes! Thank you so much for your help!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.