On 5/26/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote:
> Courtney Burge wrote:
> > On this page:
> > http://www.cofc.edu/~hml/index2.html
> >
> > I have a header image that is set to "display:none" on the regular
> > stylesheet and will print with the use of a print stylesheet.
> >
> > Is there a way to also hide this header when toggling OFF the CSS on
> > the page?  I can't make the header image a background image, because I
> > want it to print ...
> >
>
> Well, obviously CSS can't do anything to solve a problem that occurs
> when CSS is off. :-) So, any solutions are off-topic for this list. Try
> asking your question on another list that can give you scripting advice:
>
> http://css-discuss.incutio.com/?page=OffTopic
>
> Best,
> Zoe

There are actually ways to do it.

All you need to do is find a way to display the image ONLY when css is
turned on.

If you COULD use background images, that would work...

however, you might want to try this;

<img src="mypic.jpg" width="1px" height="1px"
style="width:300px;height:400px;" />

it's got issues, but you might be able to solve them.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to