Hi all,
How do i center align a panel on the screen? What i have currently done is place it in a table and setting my <td align="center"> this works for my alignment but i loose the right hand border or my ajax rounded courners border. Any suggestions?
Thanks
Bryan
A panel is translated into the HTML element called div. So it's all about centering a div really. And there are many ways to achieve this. If yougoogle on the subject, you will discover that there are almost as many variants as there are programmers out there. The underlying problem is that the browsers behave differently with positioning. So there are some tweaks for different browsers. One approach can be foundhere.
0 comments:
Post a Comment