/    Sign up×
Community /Pin to ProfileBookmark

Javascript box (nice and simple but i cant do lol)

hey guys jst wonderd if any one can give me a script that will alow me to do a seperate box inside the main page and example can be found at [url]www.clanwars.co.nr[/url] under the games section can any one help?

thanks javano0b

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@jwlnewsomeOct 13.2005 — <html>

<head>

<style type="text/css">

div

{

background-color:#00FFFF;

width:150px;

height:150px;

overflow: scroll

}

</style>

</head>

<body>

<p>The overflow property decides what to do if the content inside an element exceeds the given width and height properties.</p>

<div>

You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or inherit and see what happens. The default value is visible.

</div>

</body>

</html>

just change the text to links

john
Copy linkTweet thisAlerts:
@javan00bauthorOct 13.2005 — lol kk i can do javascript jst not very well and thanks a lot havnt checked yet but looks valid cheers
Copy linkTweet thisAlerts:
@javan00bauthorOct 13.2005 — hey also how would i change the scroll bars coz i can make the scripts to change the colour ect... but how can i implement that into that seperate box?
Copy linkTweet thisAlerts:
@javan00bauthorOct 13.2005 — kk ive figured it out ty guys
×

Success!

Help @javan00b spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...