hello ppl,
i have some text that want to have some shadow on it using css, how do i do this?

TNX

Hi ozeeo

here is easy sample code

<div style="font-family: arial; font-weight: bolder; font-size: 24pt; height:125;
width:400; filter:DropShadow(color=#c0c0c0, offx=10, offy=10)">Hello World!</div>

for more info on similar effects you can go for example to
http://www.w3schools.com/dhtml/dhtml_css.asp

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.