Click to See Complete Forum and Search --> : Center the object


Gerom7
06-21-2006, 08:18 AM
I need to center fieldset on a screen. When I use <center> tag it blows up in Firefox. FireFox also does not like <div align="center">. <position:relative; left: 15%> also blows up in firefox on high resolution monitors or big screen.

My God, I hate firefox, what a pain in a butt.

But is there any simple way that i can center object on a screen.


Thank you very much.

LeeU
06-21-2006, 08:23 AM
Try
.centerTag {
margin: auto;
}