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
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: yay another CSS Help Thread!
try wrapping the <p> in a div , give a class to it then apply the P css to it and see if that works
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-18-2005 07:29 AM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. RE: RE: yay another CSS Help Thread!
quote:
Originally posted by -dt-
try wrapping the <p> in a div , give a class to it then apply the P css to it and see if that works


nah, didnt work.
[Image: jeansiger5.jpg]
03-18-2005 07:32 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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