The majority of forums are now only available as archives, which means posting/editing is disabled.
The Anything and Everything forum is still open.
Time: 2013-05-21, 02:24am
Please
login or
register to post a reply.
Subject: CSS backgrounds AND text together · Posted: 2004-02-17, 02:31pm
Rank: ? (12)
Member #: 12071
Here is my code, i am trying to have text in the formatted ways i have, which works, but the background doest:
Code:
<style type="text/css">
body {
font-weight: normal;
margin: 0;
font-size: 8pt;
font-family: arial,verdana,arial,verdana,sans-serif,serifa;
color: #000000;
background-image:url("sweetside.jpg");
background-repeat:no-repeat;
background-position:right;
background-attachment:fixed;
</style>
Yah, i want the background to be fixed, to the right, and yah.. it doesnt work, so if you could help i would appreciate it.
I have only included part of code, the rest is unimportant. If it is important to solving this problem, then i will provide it.
Subject: Re: CSS backgrounds AND text together · Posted: 2004-02-17, 05:24pm
Rank: ? (4827)
Member #: 3416
well it's centering that vertically in the body, and it's fixed, so if the body is more than two screens tall, you'll never see it. also sweetside.jpg should be in the same dir as the css file.
my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
Forum Quick Jump - Free2Code - Anything and Everything - Suggestions (Archived) - Challenges & Awards (Archived) - Chat (Archived) - Community Projects (Archived) - Bugs (Archived) - Programming Languages - PHP (Archived) - C/C++ (Archived) - Visual Basic (Archived) - Other (Archived) - Java (Archived) - Assembler (Archived) - Perl (Archived) - Python (Archived) - Programming - 3D Graphics (Archived) - Database design and management (Archived) - Physics (Archived) - Encryption and compression (Archived) - Networking (Archived) - Operating Systems (Archived) - Web Development - Graphics (Archived) - Web Design (Archived) - HTML/CSS (Archived) - Website Help/Review (Archived) - Flash (Archived) - Computing & Operating Systems - Hardware/Electronics (Archived) - Security (Archived) - Linux/UNIX (Archived) - Microsoft Windows (Archived) - Apple Mac (Archived) - Other OSs (Archived) - General Computing - Life/Other - Religion (Archived) - Politics/World Events (Archived) - Debate (Archived) - Arts & Entertainment - Books++ (Archived) - Music (Archived) - Movies (Archived) - Humor (Archived) - Games (Archived) - Sports (Archived) - Arts (Archived) - Archives - Tutorial Request (Archived) - Old Bugs 2 (Archived) - Free2Host Hosting (Archived) - Ada (Archived) - Functional Languages (Archived) - Career (Archived) - Old Bugs (Archived)
Pages: 1
Please
login or
register to post a reply.