What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » yay another CSS Help Thread!

yay another CSS Help Thread!
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. yay another CSS Help Thread!
CSS file
code:
img {
position: absolute;
-moz-opacity: 0.1;
z-index: 0;
}

p
{
text-align: center;
color: white;
font-family: arial
z-index: 1;
}

HTML File
code:
<head>
<link rel="stylesheet" type="text/css"
href="style.css" />
</head>
<body bgcolor='#000000'">
<img src='Images/BG.jpg'>
<p>heh</p>


it displays white text ('hehe') on top of the backgroudn image.

but the text isnt selectable. and if i want to put a link in there i cant click it, whats the solution to this problem. thanks in advance.
[Image: jeansiger5.jpg]
03-18-2005 06:57 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
yay another CSS Help Thread! - by Ash_ on 03-18-2005 at 06:57 AM
RE: yay another CSS Help Thread! - by -dt- on 03-18-2005 at 07:29 AM
RE: RE: yay another CSS Help Thread! - by Ash_ on 03-18-2005 at 07:32 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On