Thanks so much for your responses!
As I feared, I guess this won't be easy. I tried something very very similar to that and for some reason it just created a strange grey box around my DIV, it pushed everything else around and, surprise, no shadow, no blur. I tried changing the colours around, no visual indication of any shadow or blur.
I guess what I want to know is, can I do this without rebuilding the website? I'm not a code master and the project is time-sensitive.
You can look at the site I am working on here:
http://sadesigns.net/oohlala
Here's the code:
(sorry if it's not very clean, like I said, not a code master)
HTML Code:
<div style="background-color: transparent" id="wrapper">
<div style="background-color: transparent" id="header">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" height="15"></td>
<td width="53%"></td>
<td width="27%"></td>
</tr>
<tr>
<td><img src="oohlala.png" width="179" height="59" /><h1>Restaurants</h1></td>
<td> <img src="icons.png" width="291" height="94" /></td>
<td><img src="connect.png" width="150" height="19" /></td>
</tr>
</table>
</div>
<div class="blur" width="515px">
<div class="shadow" width="515px">
<div id="main" style=" background-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px;" >
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25%"></td>
<td width="58%">
<a class="button" href="#"><span>Home</span></a>
<a class="button" href="#"><span>About Us</span></a>
<a class="button" href="#"><span>Contact</span></a></td>
<td width="17%"></td>
</tr>
</table>
<table width="465px" border="0" cellspacing="5px" cellpadding="0" align="center">
<tr>
<td width="50%" height="31"><h2>Toronto</h2></td>
<td width="50%"><h2>Montreal</h2></td>
</tr>
<tr>
<td height="508" colspan="2" align="left" valign="top" background="VendorList_BG.jpg" style=" background-color:#1e1e1e ; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px;">
<div id="local">
<div id="vendor">
<div id="logo"><img src="logo.jpg" width="50" height="50" />
</div>
<table width="75%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="19" colspan="2" valign="top"><h1>Vendor Name</h1></td>
</tr>
<tr>
<td width="57%" height="24" align="right"></td>
<td width="43%" align="right" valign="top"><a class="vote" href="#"><span>VOTE</span></a></td>
</tr>
</table>
</div>
<br /><br />
</div></td>
</tr>
<tr>
<td height="34" colspan="2"><h1>Not on the list? Feel free to suggest a vendor below! </h1></td>
</tr>
<tr>
<td height="64" colspan="2"></td>
</tr>
</table>
</p>
</div>
</div>
</div>
<div style=" background-color: #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px;" id="sidebar">
<p></p>
</div>
<div style="background-color: transparent" id="footer">Content for id "footer" Goes Here</div>
</div>
</div>
Bookmarks