What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » im n00b

im n00b
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. im n00b
why doesnt this change the width ;<

code:
<html>
<head>
<style type="text/css">
#a, #b, #c {
    height: 10px;
    border: 1px black solid;
    background: #00f;
    margin: 3px;
    display: block;
    }
</style>
</head>

<body>

<script>
document.getElementById('a').style.width="300px";
document.getElementById('b').style.width="400px";
document.getElementById('c').style.width="500px";
</script>

<div id="a"></div>
<div id="b"></div>
<div id="c"></div>
</body>
</html>


* Supersonicdarky phails
06-08-2007 07:57 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
im n00b - by Supersonicdarky on 06-08-2007 at 07:57 PM
RE: im n00b - by Nathan on 06-08-2007 at 08:01 PM
RE: im n00b - by Supersonicdarky on 06-08-2007 at 08:04 PM
RE: im n00b - by Nathan on 06-08-2007 at 08:05 PM
RE: im n00b - by WDZ on 06-08-2007 at 08:43 PM
RE: im n00b - by Supersonicdarky on 06-08-2007 at 09:03 PM
RE: im n00b - by Nathan on 06-08-2007 at 09:04 PM
RE: im n00b - by Supersonicdarky on 06-08-2007 at 09:05 PM
RE: im n00b - by Plik on 06-08-2007 at 09:33 PM
RE: im n00b - by Felu on 06-09-2007 at 10:44 AM
RE: im n00b - by markee on 06-09-2007 at 11:35 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