Re: How to make a form to login?

2012-11-01 Thread Kimmax
hey heres my login form code: div id=login class=panel title=Login h2Login/h2 form class=dialog id=login action=php/login.php method=POST h2Login/h2 fieldset labelUser:/label input id=user type=text name=user/ hr

CSS bottom

2012-11-01 Thread Kimmax
Hey, I just started using Google Adsense and I want to show my Ads on the bottom of screen. Normaly I just would use CSS and the bottom: 0px rule, but anyway it isn't working. I also tried to use margin-bottom and I set the position to relative too. Here is an example what I get with the

Re: CSS bottom

2012-11-01 Thread Remi Grumeau
Well, i'm really not sure about bottom: 0px. Perhaps it exists but i've never seen it. Bottom alignment is a common issue in CSS. There is two different way to do this: CSS only: position: fixed; top: 100%; height: 100px; margin-top: -100px; But well... there is a hell of a lot to say about fixed