[EMAIL PROTECTED] wrote:

stas        02/02/04 20:18:41

Modified: tmpl/custom/html head
src style.css
Log:
- bg image moved to <body> since not all browsers handle the css
correctly, and this element must work!
Revision Changes Path
1.2 +1 -1 modperl-docs/tmpl/custom/html/head
Index: head
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- head 5 Jan 2002 19:29:53 -0000 1.1
+++ head 5 Feb 2002 04:18:41 -0000 1.2
@@ -9,5 +9,5 @@
<title>[% doc.meta.title %]</title>
[% INCLUDE headers -%]
</head>
-<body>
+<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" >
<a name="top"></a>
1.23 +0 -3 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- style.css 4 Feb 2002 10:08:59 -0000 1.22
+++ style.css 5 Feb 2002 04:18:41 -0000 1.23
@@ -2,9 +2,6 @@
font-family: helvetica, arial, verdana, sans-serif; font-size: 0.8em;
color: #000000; - /* background-color: #000066; */
- background-image:url(images/bgline.gif);
- background:url(images/bgline.gif); /* NS4 */
}

should there be a background color in case some browsers don't display images, or turned off by user? If so, where? Would CSS be a better place?




_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to