tmigliorino
12-19-2005, 02:37 PM
I have a form within a box (<div>). The css statement below is the statement for the box.
#idClientLoginMainPage{ position: absolute; left: 0px; top: 0px; width: 700px; height: 550px; padding:10px; align:center; text-align:center }
I want to center the form in the 'ClientLoginMainPage'. The code above works fine in IE but it doesn't work in Nav or FF. The form moves to the left in both Nav and FF.
This css statement is the statment for the form:
#idSelectClientForm{ position: absolute; border:5px outset #C0C0C0; top: 50px; width: 350px; padding:15px; height:160px; text-align:center }
The website is http://www.cjmnew.cjmgraphics.com. Select 'Client Pages' from the top menu.
Although I have been working with websites for a while I've not really concered myself with crossbrowser problems. Well I need to now.
Thanks,
#idClientLoginMainPage{ position: absolute; left: 0px; top: 0px; width: 700px; height: 550px; padding:10px; align:center; text-align:center }
I want to center the form in the 'ClientLoginMainPage'. The code above works fine in IE but it doesn't work in Nav or FF. The form moves to the left in both Nav and FF.
This css statement is the statment for the form:
#idSelectClientForm{ position: absolute; border:5px outset #C0C0C0; top: 50px; width: 350px; padding:15px; height:160px; text-align:center }
The website is http://www.cjmnew.cjmgraphics.com. Select 'Client Pages' from the top menu.
Although I have been working with websites for a while I've not really concered myself with crossbrowser problems. Well I need to now.
Thanks,