Admin Admin
Number of posts : 216 Registration date : 2007-01-01
| Subject: How to show shadow effect on table, div , image in firefox Tue Jun 10, 2008 4:06 am | |
| How to show shadow effect on table , div , image in firefox and Internet explorer In head add : - Code:
-
<style type="text/css"> body{background-color:#ffffff;font-family:Times New Roman, Verdana, Arial;} .box { float: left;} #boxContent { border: none; background: none; position: relative; left: -5px; top: -3px;} #boxContainer { position: relative; background: #C0C0C0; margin: 4px} </style>
In body add: - Code:
-
<div class="box" id="boxContainer"> <div class="box" id="boxContent"> <!--- Add table , or image or div or anything to show effect on here ---> <img src="http://i.n.com.com/i/ne/p/2006/zune_box_527x485.jpg" border="1"> </div> </div>
| |
|