Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-06-2012, 04:12 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
Text shadow

The shadow filter is one of the useful filters for IE.

.text_shadow{
filter: Shadow(Color=#999999, Direction=135, Strength=5);
height: 1%;
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote

Old 10-25-2012, 09:14 AM   #2
henryc10
Registered User
 
Join Date: Oct 2012
Posts: 33
The text-shadow declaration allows you to create a text shadow; i.e. a slightly moved, slightly blurred copy of a text. I assume it could be useful in serious designs, but I hope it won't be abused too much once it's become mainstream.
henryc10 is offline   Reply With Quote
Old 08-07-2013, 03:01 AM   #3
nele
Registered User
 
Join Date: Aug 2013
Posts: 79
Basic text-shadow:

h1
{
text-shadow: 2px 2px #ff0000;
}
__________________
"Powerfull state of the art DELL servers!"

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Ultimate Windows VPS hosting | √ Dedicated hardware √ MS Hyper-V technology √ Premium bandwidth providers

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- √ Chat support √ Full 24/7 help desk support √ Email support
nele is offline   Reply With Quote
Old 10-23-2013, 05:24 AM   #4
kashifalijugnoo
Registered User
 
Join Date: Oct 2013
Posts: 5
text-shadow css property value actually copy the same text with original font and position it relative to the original text.it will create the effect of shadowness.
Following example will explain it.
h1
{
//PROPERTY //BOTTOM //RIGHT //DUPLICATED TEXT COLOR
text-shadow : 2px 2px #0000ff;
}
kashifalijugnoo is offline   Reply With Quote
Old 07-30-2014, 06:05 AM   #5
DigitalResponse
Registered User
 
Join Date: Jul 2014
Posts: 27
text-shadow: 2px 2px 2px #000000;
DigitalResponse is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Benefits for Text Editor ncjbhd HTML / DHTML 17 01-25-2017 03:36 AM
Anchor Text Vs Google Algorithm Jimerson12 Search Engine Optimization 0 08-16-2012 03:26 AM
an image for a link, without any text? cioafua Programming General 3 06-01-2012 02:51 AM
How to prevent Line-Wrapping of text elements ncjbhd Programming General 1 11-25-2011 02:07 AM
Text Areas ncjbhd HTML / DHTML 1 11-15-2011 04:09 AM


All times are GMT -7. The time now is 07:57 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.