Tag: inherit

S

Setting write permission to App_Data for a Godaddy hosted site

The "App_Data" is the folder where most of your site user data's fall into. Hence in case of blogs or other site's that permits user to upload images/videos/files, it would be essential to give write permissions to the "App_Data" folder. Scenario: You have a godaddy account. You would like to give write permission to "App_Data" ...

R

Relative positioning to control absolute positioned elements

Trust me! Initially I  had a big time, figuring out what's with this positioning of relative and absolute.  Before i move into the details of this article, let me take a quick tour through the positioning css offers us. CSS Position types: Absolute : To position the elements absolutely or perfectly, with respect to a ...