|
Posted by Pawel on September 22, 2004, 12:00 pm
Please log in for more thread options
Hi,
What is the best way to add a drop shadow around table borders with
just html and css that looks nice and works in most browsers? I have
written a program for making online web site calendars, and I want to
add a drop shadow effect around the calendars, without having to use
images.
------------------------
web calendar pad
http://www.calendarpad.com
|
|
Posted by Neal on September 22, 2004, 3:28 pm
Please log in for more thread options
> Hi,
> What is the best way to add a drop shadow around table borders with
> just html and css that looks nice and works in most browsers? I have
> written a program for making online web site calendars, and I want to
> add a drop shadow effect around the calendars, without having to use
> images.
Border style choices in CSS are limited. See
http://www.w3.org/TR/CSS2/box.html#value-def-border-style for a
description and list. Note that not all UAs support all border styles.
For any other border effects, images must be used. It is tricky and weird,
but it can be done. A List Apart had an article related to this -
http://www.alistapart.com/articles/customcorners/
|
|
Posted by Andy Dingley on September 24, 2004, 2:13 am
Please log in for more thread options
>For any other border effects, images must be used.
Eric Meyer had some CSS code that did drop shadows without images,
using a humber of nested <div>s. However it seems to have problems
with IE6 mis-rendering the boxes and it appears to have disappeared
from www.meyerweb.com Maybe it's fixable if you work on it.
|
|
Posted by Sam Hughes on September 24, 2004, 5:30 pm
Please log in for more thread options dookofdoom@hotmail.com (Pawel) wrote in news:da71a1be.0409221000.58acce48
@posting.google.com:
> Hi,
> What is the best way to add a drop shadow around table borders with
> just html and css that looks nice and works in most browsers? I have
> written a program for making online web site calendars, and I want to
> add a drop shadow effect around the calendars, without having to use
> images.
http://www.rpi.edu/~hughes/www/tricks/shadowbox/drop.html
The colors of the example are messed up, due to laziness on my part.
|
| Similar Threads | Posted | | TRANSPARENT rounded corners with shadow | June 12, 2006, 7:38 pm |
| How to use with drop box | July 29, 2005, 7:55 pm |
| Drop-down menu | May 10, 2005, 2:20 pm |
| Drop Down Menu Help | October 18, 2005, 2:47 am |
| Drop down menus | February 12, 2006, 4:45 am |
| Drop down select - extension | July 26, 2004, 5:08 pm |
| How can one put an accesskey on a Select (Drop down box) | November 18, 2004, 11:49 am |
| drop down menu problem.... | July 7, 2006, 5:30 am |
| Drop down menu text | October 26, 2007, 12:51 am |
| Drag and drop howto? | April 2, 2008, 10:07 am |
|