css - print and screen?

This is a discussion on "css - print and screen?" within the Web Page Design section. This forum, and the thread "css - print and screen? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 3rd, 2006, 20:45
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
css - print and screen?

ok...i have two css files that are linked within the webpage like so:

HTML: Select all
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
and then here are the codes for each of the files:
HTML: Select all
print.css:
@media  print{
body{font-family: arial; font-size: 6pt; width: 30%; border-width:  1px; border-style: dashed;}
.trans{visibility: hidden; position: absolute;  bottom: 0; right: 0;}
}

screen.css:
@media  screen{
body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:  12px;}
h1{color:#FF0000; font-size: 14px;}
}
for some reason in IE the print comes out full page instead of 30%...why is that? it works perfectly in Firefox and passes validation...any thoughts?
Reply With Quote

Reply

Tags
css, print, screen

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Print Without Prompt chrisgeast JavaScript Forum 2 Sep 7th, 2007 10:34
Using css to print straight to screen? nate2099 Starting Out 9 Apr 8th, 2007 08:14
IE Print issue moojoo Web Page Design 11 Sep 29th, 2006 09:16
print from my website dber Web Page Design 7 Jun 24th, 2006 22:54
Print ClaireB JavaScript Forum 2 Sep 9th, 2005 18:52


All times are GMT. The time now is 21:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43