These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:06 pm Advanced search

CSS print and HTML5

If you are stuck or have questions regarding HTML or other Web technologies, ask your questions here. No question too dumb!

CSS print and HTML5

Postby fprog » Tue Jun 05, 2007 2:23 am

Could it be made mandatory for workstation browser to fully support
CSS print like:

http://www.princexml.com/

I mean there is NO reasons to use ODF or OOXML
when Word 2000 can output MHTML
and that HTML5 with CSS print and MathML
could mean the end of all this crazyness.

I want to write a book using my web browser
and print it using CSS print features.

I also want an acrobat like 8.5"x11" print preview, with:

[<<][<] prev | next [>][>>][Page 10/125]

written purely in HTML5!
fprog
<h5>
 
Posts: 11
Joined: Tue Jun 05, 2007 12:41 am

Postby zcorpan » Tue Jun 05, 2007 2:54 am

HTML5 cannot mandate any level of CSS support... even if it did, mandating something doesn't make it happen.

In any case, this thread looks more like a feature request for browser vendors rather than feedback on HTML5, so I'm moving it to Off Topic.
zcorpan
<article>
 
Posts: 807
Joined: Tue Feb 06, 2007 8:29 pm
Location: Sweden

Trolling...

Postby fprog » Thu Aug 20, 2009 6:41 pm

constancy wrote:How do you put text on a picture using CSS? Like, lets just say you put a picture on your webpage. And now you want to put text on it using CSS. How do you do that? Or is it even possible. Unless, you have to edit your picture and put text on it using a graphic program. I'm just wondering if it is possible to put the text on the picture using CSS.


I know that you are trolling but please next time, try google instead:

http://www.w3schools.com/Css/tryit.asp? ... css_zindex

Here's another example:

<html><head>
<style type='text/css'>
body{background:black;}
span{color:black;font-weight:bold;font-size:16pt;}

/* position absolute with different z-index */
#logo{position:absolute;top:10px;left:20px;z-index:0;}
.txt{position:absolute;top:45px;left:50px;z-index:2;}

/* with or without background color */
#t1{background-color:yellow;top:30px;}
#t2{background-color:transparent;top:55px;}
</style>
<body>
<img id='logo' src='http://www.google.com/intl/en_us/images/logo.gif' />
<span id='t1' class='txt'>Lorem ipsum is great!</span>
<span id='t2' class='txt'>Lorem ipsum is awesome!</span>
</body>
</html>
fprog
<h5>
 
Posts: 11
Joined: Tue Jun 05, 2007 12:41 am


Return to Help & Advice

Who is online

Users browsing this forum: No registered users and 1 guest