Member
From: Budapest -Viena- Cluj
Registered: 2005-11-09
Posts: 84
I've been thanked 0 times.
Offline
Hi all!
Can <div> boxes drop shadows from CSS?
Text can, however I had no success with that either.
Hello neighbour,
As far as I know, it is possible to create shadows with css.
But it needs a little workaround.(for example: http://nontroppo.org/test/shadow.html).
text-shadow and dropshadow arenīt good solutions, because as far as I know, text-shadow isnīt supported by any browser (except safari maybe) and wouldnīt be useful for your problem either and dropshadow works only for ie(?!).
I use border-left: 1px solid, border-bottom: 1px solid for shadowing and it works for me.
greets,
ak
NETPTL39 wrote:
Hi all!
Can <div> boxes drop shadows from CSS?
Text can, however I had no success with that either.
I'm not sure I understand what you're asking, so I'll throw this code to you and see if it's what you're seeking ... if not, can you explain a bit more clearer as to what you need?
Place this in your code and make whatever adjustments you need in the color and positioning...
<div>
<font size="6" color="AAAAAA" style='position: relative; top: 0px; left: 2px;'>
<b>Welcome To My Site</b></font>
<br />
<font size="6" color="FF0000" style='position: relative; left: 0px; top:-38px;'>
<b>Welcome To My Site</b></font></div>
| Never |


