Home All Groups Group Topic Archive Search About

Center Login Control and Firefox

Author
20 Aug 2006 8:30 AM
tinzo
How to horizontal center a Login Control using DIV that works fine with
Firefox ?
My page width = 775px.

Author
23 Aug 2006 12:58 PM
MatsL@newsgroups.nospam
use this css on your outmost element of the login control
margin-left: auto;
margin-right: auto;

//Mats

tinzo wrote:
Show quoteHide quote
> How to horizontal center a Login Control using DIV that works fine with
> Firefox ?
> My page width = 775px.
>

Bookmark and Share