Magento Error: The connection was reset

Magento Error: The connection was reset
Last time when I install magento and run it normally until a day I see the error: "The connection was reset". It show the blank page like this If you meet this problem then let 's do these steps to fix Restart your web server Clear all cache in /var/cache Make sure you delete folder /var/cache/session Now clear browser cache and cookie and then load magento again. I did these steps and it work fine. Hope it save your time!...

HTML/CSS make clickable through transparent DIV layer

HTML/CSS make clickable through transparent DIV layer
When using HTML/CSS to implement beautiful graphic design, we will need to use the transparent DIV what is the DIV html tag with css style 'background: transparent;'. Just like you I use it and I meet the problem with it many times when I want to keep the transparent layer but I still want to keep the clickable element (button, link, text ... ) under the fly layer. So I want to do the magic thing what can make it clickable through transparent DIV (more&hel