Username + password field login on website

Hi there i have the folowing problem:

I have a website where several parts are protected, users have to login before they can acces these parts of the site.

Now i want two fields on my site for username and password and a login button instead of the windows dialog box.

I know this can be achieved by using custom login forms.

But im using CSS to layout my page instead of frames. And i want the loginform to be displayed in de right column (like on http://www.vkmag.nl).

Any ideas…?

Subject: username + password field login on website

Hi,

i think you should be able to do this by using the domcfg.

//Kjeld

Subject: RE: username + password field login on website

yes i know to use the domcfg for custom loginforms. But how can i use this in combination with a CSS layouted page.