Centering: Auto-width Margins
margin:50px 0px; padding:0px;
text-align:center;
}
#Content
{width:500px;
margin:0px auto;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}
css
root reference:
runat=”server” use ~/
html use ./
valign
DISPLAY
: block; FLOAT: left; WIDTH: 124px; COLOR: #fff; LINE-HEIGHT: 37px; HEIGHT: 41px; TEXT-ALIGN: center; TEXT-DECORATION: none
Style Your Image Links

Mouse over behaviors have a certain significance when we’re talking about usability. Letting users know that particular section of our website is meant to be clicked on is best achieved through mouse over effect. Those “clickable” sections certainly include content images. But what can you do with image mouseovers? Add a different border? This script will certainly help you to do a bit more than that…
Drop shadow div (IE)
<div style=” color: White; background-color: Maroon; width: 200px; height: 200px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=’gray’, Positive=’true’)”> xxxxxxxxxx</div>