View Poll Results: Have You Ever Heard of "STYLE FILTERS" Before?
- Voters
- 20. You may not vote on this poll
-
Yes
5 25.00% -
No
15 75.00%
Results 1 to 5 of 5
Related
-
Having trouble placing images next to each other with captions Forum: HTML Forum
Replies: 1 -
(WTH) In need of flash graphics designer Forum: Internet Services
Replies: 0 -
Random pictures HTML Forum: Javascript Forum
Replies: 16 -
Text and pictures won't go next to each other Forum: HTML Forum
Replies: 2 -
How can i add pictures inside the scroll bar?? Forum: HTML Forum
Replies: 1
-
12-02-2002, 02:16 PM #1
Placing Flash Pictures/ Graphics Images inside of Text using CSS HTML Style-Filters
Placing Pictures/Images inside of Text using CSS HTML Style-Filters
As of Internet Explorer 4 you can now do a combination of style sheets and style filters and / or html
to have images show through text in webpages.
The results are comparable to images and load much faster and are easier than learning graphic design.
In Netscape you will just see the regular text colors that you made it.
You can edit the text any way you chose and they will load equally as fast regardless of size.
Equally as important is it is read by search engines.
THE MOST IMPORTANT FILTER IS THE :
CHROMA FILTER
AND SECONDARY FILTERS TO ADD EFFECTS COULD BE:
DROPSHADOW
SHADOW
GLOW
WAVE
EMBOSS
ENGRAVE
ETC....
CASCADING STYLE SHEETS ARE NECESSARY FOR THE FINE TUNING OF THE TEXT.
font-weight
letter-spacing
word-spacing
font-weight
etc...
YOU CAN SUBSTITUTE REGULAR HTML IN SOME CASES.
ADDITIONALLY, JAVACRIPT OR VBS CAN BE ADDED TO MAKE THE TEXT DYNAMIC.
OR FLASH CAN BE PLACED INSIDE OF THE TEXT WITH SLIGHT MODIFICATIONS OF THE CODE!
An example of this effect can be seen at:
http://hempnut.bizland.com/picturetext.html
-
12-03-2002, 03:20 PM #2
filters are a proprietry tag, IE-only. They are fun, but not that much use.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
07-03-2003, 07:16 PM #3
Interesting.............
Less than 2 percent of the viewers of this thread even bothered to vote.
-
01-13-2004, 07:43 PM #4
New Updates - exciting!
http://hempnut.bizland.com/picturetext.html
The pages has been updated to include more spontaneouse user changes
-
03-27-2004, 03:59 PM #5
Helpful Tips for HandCoders Using Notepad
Tips for Hand Coders - NotePad - Html Pros
You do not have to FTP and refresh continuously when designing a web page to access your changes
Just open the "view source" when on the Internet of the page you want to change
Pull down "Note Pad"
copy and paste - or - type your text
==============================
for any images that are on the server you are coding or making a change to a page from and watnt to see exacty how it will appear
Use the following CODE in the head
<base href="http://www.url.com/">
(of course -www.url.com- will be changed to your site's
domain name / home directory ....
if you dont need to see the images - don't use the code...
Save the notepad page as whaterver.html
on to the "Desktop"
You can now instantly make changes by refeshing the HTML page that has been on the desktop - instead of making round- trip refreshes to the sever to see the results of your "tweak"ing.
After everything if Perfect - then upload or paste to the server...
Additionally:
You can ALSO test out your Perl PHP and Javascripts DHTML scripts by using this technique
You can also have an easy way to instantly EMAIL others
quicker than openning up OUTLOOK or WEBMAIL
just save the HTML page where your FORMMAIL is located
in your site - set the appropriate permissions...
Decide whether it will be TEXT Or HTML message
put in a templete that you might send frequently...
put in the YOUR REPLY EMAIL ADDRESS...
put in
quote:
--------------------------------------------------------------------------------
don't reply to this email use the address ...
--------------------------------------------------------------------------------
SUDDENLY-- in seconds you can send email
Additionally -------------------------------
You can also use YAHOO MAIL to cut and paste snippets of webpages that you want to examine code form - just click the " view HTML " button near the bottom of the compose page.
also. you can interpret ascii text
Lastly _______________________
Code:<body style="overflow:auto"
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum