Hi Eugenio:
Try this for starters,
you have:
<link href="estilos.css" rel="stylesheet" type="text/css" />
<link href="imprimir.css" media="print" type="text/css" rel="stylesheet"/>
try putting a media reference on your "main style sheet", like so:
<link href="estilos.css" media="screen" rel="stylesheet" type="text/css" />
that should separate the two style sheets for blending together. I
think the way you had it, it was probably defaulting to media="all".
hth
Donna
TuteC wrote:
Hello again. I´ll try to explain some weird problems I have with the
printing css file ("imprimir.css" in http://www.fanus.com.ar/Dev/).
In IE and Firefox, when I try to print the page as I see it, it prints
it witout background images nor sidebar as I want, but it keeps the
header and sidebar space wasting quite a lot of paper. It seems to mix
both style sheets.
Now, if I try seeing the CSS for printing with the web developer tool
of Firefox, it looks like it disallows all CSS files presenting only
the structure. But when I try yo print like this, it looks in the
preview as I describe in "imprimir.css", with minor errors I should
solve.
What´s happening?
Thanks in advance for your help;
Eugenio.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
--
Donna Jones
Portland, Maine
207 772 0266
http://www.westendwebs.com/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************