simple solution for this that works accross all browsers.

#container{
position: fixed;
width: 800px;
left: 50%;
margin-left: -400px;
}

essentially its a hack, that sets the element to a defined width, and
then moves it over to the center of the screen. then shifts the
element back over half the width of the element, thus 'centering' it
in the browser.

hope this helps.

Peace,
Brandtley

--
Brandtley McMinn
Gigglebox Studios
[email protected]

On Jun 11, 4:18 am, andrew23 <[email protected]> wrote:
> Are you sure your IE-specific CSS files are in the root directory?
>
> The reason I ask is that trying to loadwww.jennylu.org/iehacks.css
> orwww.jennylu.org/ie67hacks.css
> results in a
> 500 Internal Server Error

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to