Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Centering a Login Form 911! :( Re: Centering a Login Form 911! :(

#84283
SgtLegend
Member

Take a look at the following jsFiddle http://jsfiddle.net/chrisupjohn/hxAhH/, what i could gather from what you posted was you have no !DOCTYPE in your markup which causes a lot of cross browser compatibility issues.

You will also notice that i changed your classes to id’s are in my opinion its more efficient to use id’s where possible.