Tag Archives: CSS
Simple Form Design
Designing form is quite fun, it always makes me think how the user will use it, my colleague developer and I have been doing a new project and that includes their registration form with admin interface. I wanted to share …
Fieldset and Legend in IE
While I was very happy and I am about to finish my form layout testing in firefox, chrome and safari, I crossed my fingers and took a quick look to check at IE and suddenly BOOOOMMMM! What the hell happened? …
I’m Stuck in Table Grid
If you find yourself stuck in styling your table, checkout HTML and CSS table border style Wizard at Samacon.com, Whew! that’s a long title isn’t it? It can help you to design a simple table grid in no time, Samacon helped …
Horizontal scroll using jquery scrollTo
You may already saw this in some other website scrolling horizontal and vertical smoothly with easing. I will show you how to do this using jquery scrollTo plugin. I’m not going show you the full details about this plugin. You …