English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

That would look kind of like this, obviously without the rounded corners:
http://prematureoptimism.com/news.html

Thanks.

2007-02-26 06:52:55 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

At least the music works because I stopped being retarded.

I guess I could put layers of opaque divs lol.

2007-02-26 07:25:30 · update #1

2 answers

OK I'm retarded... disregard the last message.

There is no foolproof way to get the effect you are looking for using just code. You need to use a graphics program to simulate the effect.

IE supports some Microsoft-specific CSS extensions that would sort of accomplish what you want, but not as smoothly. Firefox/NS support transparent PNGs, but IE does not.

2007-02-26 07:12:29 · answer #1 · answered by Rex M 6 · 0 0

These effect are often achieved through a div containing a set of background images using css:
background-position: right bottom ...
and then another div within that div with
background-position left top
so that the overall div may stretch
The gifs would have transparency toward the center so the text could show through. One place in which you may find deep detail is cited below.

2007-02-26 16:15:40 · answer #2 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers