Exforsys

Online Training

How to get the Effect

This is a discussion on How to get the Effect within the Html forums, part of the Programming Talk category; I have started my HTML coding and I have text in my HTML page some of which needs to have ...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-07-2007, 10:14 AM
Senior Member
 
Join Date: Apr 2006
Posts: 162
sammy is on a distinguished road
Question How to get the Effect

I have started my HTML coding and I have text in my HTML page some of which needs to have a shadow effect at its background. I know that I could achieve this using CSS properties. Is there any other way I could do this using HTML?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-10-2007, 08:24 AM
Senior Member
 
Join Date: Apr 2006
Posts: 125
ashlee is on a distinguished road
Yes you can achieve the shadow effect to text at its background only by using CSS as below:

shadow {width:300; height:100; filter: Shadow(Color=red, Direction=90)}

In the above the option field depicts that text is have the shadow effect. The direction option denotes that the text is to be placed at right direction.

After finishing as above you can place the text as below:

EXFORSYS TRAINING


This would give shadow effect to the text EXFORSYS TRAINING
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-03-2007, 11:14 AM
Junior Member
 
Join Date: Sep 2007
Posts: 9
attagirl is on a distinguished road
No not in HTML. The CSS would be the only way you can achieve this. The only other way you could do this would be with a graphic as the background. But if you are going to do that it is easier with CSS.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-04-2007, 02:56 AM
Junior Member
 
Join Date: Sep 2007
Posts: 4
JenniP is on a distinguished road
The CSS filter:shadow functionality is only available in Internet Explorer. Firefox or other Gecko based browsers do not support this.

Doing a quick search there doesnt seem to be any cross browser way that works, there is a CSS property called text-shadow however this requires CSS2 support and is seemingly unimplemented on browsers.

Jen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit Tech FAQ 0 06-01-2004 06:00 AM
MS Windows 32-Bit File Access Meta-FAQ Mike McCormick Tech FAQ 0 04-17-2004 07:27 AM


All times are GMT -4. The time now is 07:44 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.