473,388 Members | 1,382 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Inman Flash Replacement and print stylesheets

Hello,

Just a quick question; I'm using the Inman Flash Replacement technique
on my website for headlines, but when it comes to printing, Opera
doesn't print the headlines at all and IE prints the flash image -
what I'd like is for just the plain text to be printed, and there be
no flash images at all on the printed copy.

Is there anybody else who's using this technique and knows of a solution?

--
'I contend that we are both atheists. I just believe in one fewer god than
you do. When you understand why you dismiss all the other possible gods, you
will understand why I dismiss yours.'
- Stephen Roberts
Jul 20 '05 #1
3 1514
la_haine <p.*****@kent.ac.uk> wrote:
Hello, Just a quick question; I'm using the Inman Flash Replacement technique
on my website for headlines, but when it comes to printing, Opera
doesn't print the headlines at all and IE prints the flash image -
what I'd like is for just the plain text to be printed, and there be
no flash images at all on the printed copy. Is there anybody else who's using this technique and knows of a solution?


Create another stylesheet and link it in your page with a media attribute
of 'print'?

Clayton
Jul 20 '05 #2
"Clayton L. Scott" <te*@engsoc.org> wrote in news:cffulh$dml$1
@driftwood.ccs.carleton.ca:
Is there anybody else who's using this technique and knows of a solution?


Create another stylesheet and link it in your page with a media attribute
of 'print'?


Yes, sorry, should have mentioned that - I'm already using a print
stylesheet. The problem is that when printing, browsers are displaying the
Flash text (or not displaying it at all) instead of using the plain text
that's available.

--
'Advertising has us chasing cars and clothes, working jobs we hate, so we can
buy shit we don't need.'
- Tyler Durden, Fight Club
Jul 20 '05 #3
la_haine <p.*****@kent.ac.uk> wrote:
"Clayton L. Scott" <te*@engsoc.org> wrote in news:cffulh$dml$1
@driftwood.ccs.carleton.ca:
Is there anybody else who's using this technique and knows of a solution?


Create another stylesheet and link it in your page with a media attribute
of 'print'?

Yes, sorry, should have mentioned that - I'm already using a print
stylesheet. The problem is that when printing, browsers are displaying the
Flash text (or not displaying it at all) instead of using the plain text
that's available.


You could always fight Javascript with javascript:

From another post today (I forgot to copy the author's name):
Right, you're not changing the rules, you're overriding them by setting a
property directly.

You could try to use the CSS-DOM
(http://www.w3.org/TR/DOM-Level-2-Style/) to change the rule for only one
particular medium.

Or, if you have an element somewhere that is affected by a static property
that you've made dependent on the medium, you could check
the value of that property to determine what the actual medium is, and
conditionally change your css attributes based on that.
Clayton
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jason | last post by:
this is my code and what i get... i'm accessing this through this url http://192.168.0.2/php/test2/test.php?user=me@test.ca&subject=test it grabs the correct stuff from the database, but...
42
by: Manu | last post by:
How can i do with a flash object for obtain the w3c label ? the "embed" is not accepted ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>test</title>...
0
by: Drew D. Saur | last post by:
When working on a web site for my employer, I uncovered what appears to be an undocumented bug in Internet Explorer 5 & 6 for Windows in regard to a (perhaps uncommon?) integration of Flash...
2
by: Wim van Iersel | last post by:
I hope somebody knows what I´m doing wrong here I have a page with two stylesheets: - default.css media="screen, print" http://www.tilburg.nl/development/stylesheets/default2.css - print.css...
2
by: Mark | last post by:
Hi all, This is what I'm trying to do. I'm trying to load a flash movie transparently over my existing html page (not covering the full screen, but 75% of it), so it is kind of similar to a...
18
by: Simula | last post by:
I am developing an HTML javascript application and I want to preserve state in a way that can be book-marked. I chose HTML anchors as a means of preserving state. When the application changes...
4
by: Pål Andreassen | last post by:
We are using themes (skin files and css files in the App_Theme) folder of a large web application. We are now implementing print functions on our pages. Earlier we've done this by having...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
1
by: Jeyachandiran | last post by:
Hi all what is the purpose of the SIFR (Scalable Inman Flash Replacement)? can you give me the site name to get the complete details of the SIFR? thanks and regards, jai
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.