Forum Moderators: not2easy

Message Too Old, No Replies

A hyperlink with a drop shadow?

drop shadow help hyperlink css

         

Mako3

12:26 am on Jun 23, 2005 (gmt 0)

10+ Year Member



Hey, I was wondering how can I make a white colored hyperlink to an email, that has a drop shadow? I heard you can make drop shadow links in css but I'm not familiar with css and would like to ask if any of you would help me?

Thanks,
Mako3

dcrombie

9:10 am on Jun 23, 2005 (gmt 0)



In Safari you can use the "text-shadow" attribute but that's CSS3 and not yet finalised.

Mako3

7:33 pm on Jun 23, 2005 (gmt 0)

10+ Year Member



Where can I get safari? I really need to make a link thats white with a drop shadow effect behind it.

Sathallrin

8:02 pm on Jun 23, 2005 (gmt 0)

10+ Year Member



Safari is a Mac OS only browser, so if you use this CSS it will only be visible to users using that perticular browser (that is until other broswers start adopting the CSS3 standards such as this)

monkeythumpa

10:12 pm on Jun 23, 2005 (gmt 0)

10+ Year Member



You can place the same "dark" text in a layer under the link, then shift it a couple pixels right and down to simulate a shadow.

Mako3

10:29 pm on Jun 23, 2005 (gmt 0)

10+ Year Member



Thanks guys, Monkeythumpa how can I do that?

dispersee

12:13 am on Jun 24, 2005 (gmt 0)

10+ Year Member



Mako3,

you have a few options:

-simply create a .gif of the text you want and the problem is solved with the best quality (I personally recommend using this one - no CSS needed)
-place the link and create a background image. Then position the background image (no-repeat) slightly under and to the right of the original text using a CSS style
-create two pieces of text. The first one containing the actual link text and the second the shadowed text. Then assign each piece of text to a specific ID selector and make it a layer. Then, you can use absolute positioning to perfectly place both layers the way you want it.

Mako3

7:59 am on Jul 5, 2005 (gmt 0)

10+ Year Member



Hey I'm kind of confused

Thanks

[edited by: engine at 9:48 am (utc) on July 5, 2005]