Blue Theme Orange Theme Green Theme Red Theme
 
Home | Forums | Videos | Photos | Blogs | Beginners | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

Image border Shadow using CSS

 by Purushottam Rathore on May 15, 2009

Image border Shadow using CSS
Comments: 0 Views: 12044 Printable Version 

<
html>
<
head id="Head1" runat="server">
<
title>Gradient Background</title>

<
style type="text/css">
.Shadow
{
border: solid 1px #336699;
border-collapse: collapse;
background-color: White;
margin-bottom: 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135, Strength=8);
}
</style>
</
head>
<
body bgcolor=silver>
<
form id="form1" runat="server">
    <
table height="150" width="300" class="Shadow" >
        <
tr valign=top>
            <
td>Hi!</td>
        </
tr>
        <
tr>
            <
td align=right>Bye...</td>
        </
tr>
    </
table>
</
form>
</
body>
</
html>

Output:

image1.JPG
Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: Apr 19, 2007
Education: Masters Degree
 More Blogs from this Blogger
What are benefits and Limitation of using Viewstate for state management?
Image border Shadow using CSS
Gradient Background using Css
Seven Essential Steps of the project management for a Successful Initiation
View all »
 Latest Blogs
Initializing Compound Values
Deferred Query Evaluation
Extension Methods
Lambda Expressions and Expression Trees
Getting Started with Standard Query Operators
.NET Language-Integrated Query
Window Resizing
The Layout System in Silverlight
The Silverlight Plug-in Position and Dimensions
Colors and Brushes for Text Foreground
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 
6 Months Free & No Setup Fees ASP.NET Hosting!
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.