Post Reply 
xlink html/css/whatever code?
Author Message
boogschd
boogyman
Worlds End

Posts: 4,954.3196
Threads: 90
Joined: 29th Nov 2007
Reputation: 4.19708
E-Pigs: 43.6852
Offline
Post: #1
xlink html/css/whatever code?
found the spoiler code but i want the xlink :D

xlink =
this is the xlink

Spoiler for spoiler code:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
    <title>Spoiler HTML code</title>
    <style type="text/css">
body,input
    {
    font-family:"Trebuchet ms",arial;font-size:0.9em;
    color:#333;
    }
.spoiler
    {
    border:1px solid #ddd;
    padding:3px;
    }
.spoiler .inner
    {
    border:1px solid #eee;
    padding:3px;margin:3px;
    }
    </style>
    <script type="text/javascript">
function showSpoiler(obj)
    {
    var inner = obj.parentNode.getElementsByTagName("div")[0];
    if (inner.style.display == "none")
        inner.style.display = "";
    else
        inner.style.display = "none";
    }
    </script>
</head>
<body>
<h1>Spoiler HTML w/Js Code by Skrap</h1>
<div class="spoiler">
    <input type="button" onclick="showSpoiler(this);" value="Show/Hide" />
    <div class="inner" style="display:none;">
    This is a spoiler!
    </div>
</div>
</body>
</html>


this is the spoiler code


halp Yawndoodle

(i think this can be obtained by merely looking at the source code but....

* boogschd is lazy Hihi)
(This post was last modified: 16/06/2008 11:46 PM by boogschd.)
16/06/2008 11:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
xlink html/css/whatever code? - boogschd - 16/06/2008 11:44 PM
RE: xlink html/css/whatever code? - Method - 18/06/2008, 04:25 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: