1. I was trying to setup login mechanism in my PHP based mechanism.
for this, i thought of using direct code from internet.
i found this code snippet to be really straightforward.
http://www.phpeasystep.com/phptu/6.html
2. This took my lot of time. I wanted to stretch my image in such a way that it fits to the window and on resizing, it should not create any issues.
Idea was to create two div and use image tag in one of the div. set the z-index to -1
Do the regular stuff in other div and set z-index as +1. there are few other things like padding and position that we need to take care so for that i copied the code from this site....
http://www.quackit.com/html/codes/html_stretch_background_image.cfm
SJ
No comments:
Post a Comment